Html Css Color HEX #408972 Viridian

📋 copy color: '#408972'

red 64 ◦ green 137 ◦ blue 114

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

Shades of Viridian #408972

Tints of Viridian #408972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 20.32%
G = 43.49%
B = 36.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#408972 (or 0x408972) is known color: Viridian. HEX triplet: 40, 89 and 72. RGB value is (64,137,114). Sum of RGB (Red+Green+Blue) = 64+137+114=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #408972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408972 is #BF768D. Grayscale: #707070. Windows color (decimal): -12547726 or 7506240. OLE color: 7506240.

HSL color Cylindrical-coordinate representation of color #408972: hue angle of 161.1º 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 #408972 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 114 -
CMYK 0.53 0 0.17 0.46
HSL 161.1º 0.36% 0.39% -
HSV(B) 161.1º 0.53% 0.54% -
XYZ 14.1 20.2 19.07 -
YUV 112.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 64 137 114 0.53 0 0.17 0.46 161.1 0.36 0.39
Hex 40 89 72 35 0 11 2E A1 24 27
Octal 100 211 162 65 0 21 56 241 44 47
Binary 1000000 10001001 1110010 110101 0 10001 101110 10100001 100100 100111

Color Harmonies of #408972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408972

Black with #408972

Text Example


Text Example

White with #408972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408972; }

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

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

background-color css

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

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

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

border-color css

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

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

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