#408F78

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

Shades of Viridian #408F78

Tints of Viridian #408F78

Color information

#408F78 (or 0x408F78) is unknown color: approx Viridian. HEX triplet: 40, 8F and 78. RGB value is (64,143,120). Sum of RGB (Red+Green+Blue) = 64+143+120=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #408F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F78 is #BF7087. Grayscale: #747474. Windows color (decimal): -12546184 or 7900992. OLE color: 7900992.

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

Color convert

RGB64143120-
CMYK0.5500.160.44
HSL162.53º38.16%40.59%-
HSV(B)162.53º55.24%56.08%-
XYZ15.3322.0921.23-
YUV116.76129.8390.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 143 (56.25% from 255) = 43.73%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=19.57%
G=43.73%
B=36.70%

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
Decimal641431200.5500.160.44162.5338.1640.59
Hex408F78370102Ca32629
Octal10021717067020542434651
Binary100000010001111111100011011101000010110010100011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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