#408C78

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

Shades of Viridian #408C78

Tints of Viridian #408C78

Color information

#408C78 (or 0x408C78) is unknown color: approx Viridian. HEX triplet: 40, 8C and 78. RGB value is (64,140,120). Sum of RGB (Red+Green+Blue) = 64+140+120=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #408C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C78 is #BF7387. Grayscale: #737373. Windows color (decimal): -12546952 or 7900224. OLE color: 7900224.

HSL color Cylindrical-coordinate representation of color #408C78: hue angle of 164.21º 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 #408C78 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB64140120-
CMYK0.5400.140.45
HSL164.21º37.25%40%-
HSV(B)164.21º54.29%54.9%-
XYZ14.8821.221.08-
YUV115130.8291.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=19.75%
G=43.21%
B=37.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641401200.5400.140.45164.2137.2540
Hex408C78360E2Da42528
Octal10021417066016552444550
Binary10000001000110011110001101100111010110110100100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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