#408872

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

Shades of Viridian #408872

Tints of Viridian #408872

Color information

#408872 (or 0x408872) is unknown color: approx Viridian. HEX triplet: 40, 88 and 72. RGB value is (64,136,114). Sum of RGB (Red+Green+Blue) = 64+136+114=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #408872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408872 is #BF778D. Grayscale: #6F6F6F. Windows color (decimal): -12547982 or 7505984. OLE color: 7505984.

HSL color Cylindrical-coordinate representation of color #408872: hue angle of 161.67º 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 #408872 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB64136114-
CMYK0.5300.160.47
HSL161.67º36%39.22%-
HSV(B)161.67º52.94%53.33%-
XYZ13.9619.9119.03-
YUV111.96129.1593.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 136 (53.52% from 255) = 43.31%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=20.38%
G=43.31%
B=36.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641361140.5300.160.47161.673639.22
Hex408872350102Fa22427
Octal10021016265020572424447
Binary100000010001000111001011010101000010111110100010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408872; }

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

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

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

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

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

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

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

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