#408B70

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

Shades of Viridian #408B70

Tints of Viridian #408B70

Color information

#408B70 (or 0x408B70) is unknown color: approx Viridian. HEX triplet: 40, 8B and 70. RGB value is (64,139,112). Sum of RGB (Red+Green+Blue) = 64+139+112=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #408B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B70 is #BF748F. Grayscale: #717171. Windows color (decimal): -12547216 or 7375680. OLE color: 7375680.

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

Color convert

RGB64139112-
CMYK0.5400.190.45
HSL158.4º36.95%39.8%-
HSV(B)158.4º53.96%54.51%-
XYZ14.2720.7318.58-
YUV113.5127.1592.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 139 (54.69% from 255) = 44.13%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=20.32%
G=44.13%
B=35.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641391120.5400.190.45158.436.9539.8
Hex408B70360132D9e2528
Octal10021316066023552364550
Binary100000010001011111000011011001001110110110011110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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