#41886E

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

Shades of Viridian #41886E

Tints of Viridian #41886E

Color information

#41886E (or 0x41886E) is unknown color: approx Viridian. HEX triplet: 41, 88 and 6E. RGB value is (65,136,110). Sum of RGB (Red+Green+Blue) = 65+136+110=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #41886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41886E is #BE7791. Grayscale: #6F6F6F. Windows color (decimal): -12482450 or 7243841. OLE color: 7243841.

HSL color Cylindrical-coordinate representation of color #41886E: hue angle of 158.03º 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 #41886E is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB65136110-
CMYK0.5200.190.47
HSL158.03º35.32%39.41%-
HSV(B)158.03º52.21%53.33%-
XYZ13.819.8617.86-
YUV111.81126.9894.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=20.90%
G=43.73%
B=35.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651361100.5200.190.47158.0335.3239.41
Hex41886E340132F9e2327
Octal10121015664023572364347
Binary100000110001000110111011010001001110111110011110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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