#408875

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

Shades of Viridian #408875

Tints of Viridian #408875

Color information

#408875 (or 0x408875) is unknown color: approx Viridian. HEX triplet: 40, 88 and 75. RGB value is (64,136,117). Sum of RGB (Red+Green+Blue) = 64+136+117=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #408875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408875 is #BF778A. Grayscale: #707070. Windows color (decimal): -12547979 or 7702592. OLE color: 7702592.

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

Color convert

RGB64136117-
CMYK0.5300.140.47
HSL164.17º36%39.22%-
HSV(B)164.17º52.94%53.33%-
XYZ14.1319.9819.94-
YUV112.31130.6593.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=20.19%
G=42.90%
B=36.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641361170.5300.140.47164.173639.22
Hex408875350E2Fa42427
Octal10021016565016572444447
Binary10000001000100011101011101010111010111110100100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408875; }

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

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

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

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

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

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

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

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