#40886E

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

Shades of Viridian #40886E

Tints of Viridian #40886E

Color information

#40886E (or 0x40886E) is unknown color: approx Viridian. HEX triplet: 40, 88 and 6E. RGB value is (64,136,110). Sum of RGB (Red+Green+Blue) = 64+136+110=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #40886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40886E is #BF7791. Grayscale: #6F6F6F. Windows color (decimal): -12547986 or 7243840. OLE color: 7243840.

HSL color Cylindrical-coordinate representation of color #40886E: hue angle of 158.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40886E is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB64136110-
CMYK0.5300.190.47
HSL158.33º36%39.22%-
HSV(B)158.33º52.94%53.33%-
XYZ13.7319.8217.85-
YUV111.51127.1594.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=20.65%
G=43.87%
B=35.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641361100.5300.190.47158.333639.22
Hex40886E350132F9e2427
Octal10021015665023572364447
Binary100000010001000110111011010101001110111110011110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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