#408e77

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

Shades of Viridian #408E77

Tints of Viridian #408E77

Color information

#408E77 (or 0x408E77) is unknown color: approx Viridian. HEX triplet: 40, 8E and 77. RGB value is (64,142,119). Sum of RGB (Red+Green+Blue) = 64+142+119=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #408E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E77 is #BF7188. Grayscale: #747474. Windows color (decimal): -12546441 or 7835200. OLE color: 7835200.

HSL color Cylindrical-coordinate representation of color #408E77: hue angle of 162.31º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E77 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB64142119-
CMYK0.5500.160.44
HSL162.31º37.86%40.39%-
HSV(B)162.31º54.93%55.69%-
XYZ15.1221.7720.86-
YUV116.06129.6690.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=19.69%
G=43.69%
B=36.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641421190.5500.160.44162.3137.8640.39
Hex408E77370102Ca22628
Octal10021616767020542424650
Binary100000010001110111011111011101000010110010100010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408e77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408e77; }

 p { color: rgb(64,142,119); }

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

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

 a { background-color: rgb(64,142,119); }

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

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

 span { border-color: rgb(64,142,119); }

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