#408C76

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

Shades of Viridian #408C76

Tints of Viridian #408C76

Color information

#408C76 (or 0x408C76) is unknown color: approx Viridian. HEX triplet: 40, 8C and 76. RGB value is (64,140,118). Sum of RGB (Red+Green+Blue) = 64+140+118=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #408C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C76 is #BF7389. Grayscale: #727272. Windows color (decimal): -12546954 or 7769152. OLE color: 7769152.

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

Color convert

RGB64140118-
CMYK0.5400.160.45
HSL162.63º37.25%40%-
HSV(B)162.63º54.29%54.9%-
XYZ14.7621.1520.44-
YUV114.77129.8291.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.88%
GREEN value IS 140 (55.08% from 255) = 43.48%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=19.88%
G=43.48%
B=36.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641401180.5400.160.45162.6337.2540
Hex408C76360102Da32528
Octal10021416666020552434550
Binary100000010001100111011011011001000010110110100011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,140,118); }

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

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

 a { background-color: rgb(64,140,118); }

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

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

 span { border-color: rgb(64,140,118); }

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