Html Css Color HEX #408970 Viridian

📋 copy color: '#408970'

red 64 ◦ green 137 ◦ blue 112

#408970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #408970

Tints of Viridian #408970

RGB

 RED value IS 64 (25.39% from 255) = 20.45%

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 20.45%
G = 43.77%
B = 35.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#408970 (or 0x408970) is known color: Viridian. HEX triplet: 40, 89 and 70. RGB value is (64,137,112). Sum of RGB (Red+Green+Blue) = 64+137+112=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #408970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408970 is #BF768F. Grayscale: #707070. Windows color (decimal): -12547728 or 7375168. OLE color: 7375168.

HSL color Cylindrical-coordinate representation of color #408970: hue angle of 159.45º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408970 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 112 -
CMYK 0.53 0 0.18 0.46
HSL 159.45º 0.36% 0.39% -
HSV(B) 159.45º 0.53% 0.54% -
XYZ 13.98 20.15 18.48 -
YUV 112.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 64 137 112 0.53 0 0.18 0.46 159.45 0.36 0.39
Hex 40 89 70 35 0 12 2E 9F 24 27
Octal 100 211 160 65 0 22 56 237 44 47
Binary 1000000 10001001 1110000 110101 0 10010 101110 10011111 100100 100111

Color Harmonies of #408970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408970

Black with #408970

Text Example


Text Example

White with #408970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408970; }

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

 H1.HeaderClassName
 {
   color: #408970;
 }
 .AnyTagClassName
 {
   color: #408970;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #408970;
 }
 .BgClassName
 {
   background-color: #408970;
 }
</style>

border-color css

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

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

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