#41886F

Color #41886F Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #41886F

Tints of Viridian #41886F

Color information

#41886F (or 0x41886F) is unknown color: approx Viridian. HEX triplet: 41, 88 and 6F. RGB value is (65,136,111). Sum of RGB (Red+Green+Blue) = 65+136+111=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #41886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41886F is #BE7790. Grayscale: #6F6F6F. Windows color (decimal): -12482449 or 7309377. OLE color: 7309377.

HSL color Cylindrical-coordinate representation of color #41886F: hue angle of 158.87º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41886F is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB65136111-
CMYK0.5200.180.47
HSL158.87º35.32%39.41%-
HSV(B)158.87º52.21%53.33%-
XYZ13.8519.8818.15-
YUV111.92127.4894.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=20.83%
G=43.59%
B=35.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651361110.5200.180.47158.8735.3239.41
Hex41886F340122F9f2327
Octal10121015764022572374347
Binary100000110001000110111111010001001010111110011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41886F; }

 p { color: rgb(65,136,111); }

 H1.HeaderClassName
 {
   color: #41886F;
 }
 .AnyTagClassName
 {
   color: #41886F;
 }
</style>
background-color css

<style>
 a { background-color: #41886F; }

 a { background-color: rgb(65,136,111); }

 div.DivClassName
 {
   background-color: #41886F;
 }
 .BgClassName
 {
   background-color: #41886F;
 }
</style>
border-color css

<style>
 span { border-color: #41886F; }

 span { border-color: rgb(65,136,111); }

 td.TdClassName
 {
   border-color: #41886F;
 }
 .TagClassName
 {
   border-color: #41886F;
 }
</style>