#408B78

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

Shades of Viridian #408B78

Tints of Viridian #408B78

Color information

#408B78 (or 0x408B78) is unknown color: approx Viridian. HEX triplet: 40, 8B and 78. RGB value is (64,139,120). Sum of RGB (Red+Green+Blue) = 64+139+120=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 139 (54.69% from 255 or 43.03% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 139 - color contains mainly: green. Hex color #408B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B78 is #BF7487. Grayscale: #727272. Windows color (decimal): -12547208 or 7899968. OLE color: 7899968.

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

Color convert

RGB64139120-
CMYK0.5400.140.45
HSL164.8º36.95%39.8%-
HSV(B)164.8º53.96%54.51%-
XYZ14.7420.9121.03-
YUV114.41131.1592.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 139 (54.69% from 255) = 43.03%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=19.81%
G=43.03%
B=37.15%

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
Decimal641391200.5400.140.45164.836.9539.8
Hex408B78360E2Da52528
Octal10021317066016552454550
Binary10000001000101111110001101100111010110110100101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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