Html Css Color HEX #408973 Viridian

📋 copy color: '#408973'

red 64 ◦ green 137 ◦ blue 115

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

Shades of Viridian #408973

Tints of Viridian #408973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 20.25%
G = 43.35%
B = 36.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#408973 (or 0x408973) is known color: Viridian. HEX triplet: 40, 89 and 73. RGB value is (64,137,115). Sum of RGB (Red+Green+Blue) = 64+137+115=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #408973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408973 is #BF768C. Grayscale: #707070. Windows color (decimal): -12547725 or 7571776. OLE color: 7571776.

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

Color convert

RGB 64 137 115 -
CMYK 0.53 0 0.16 0.46
HSL 161.92º 0.36% 0.39% -
HSV(B) 161.92º 0.53% 0.54% -
XYZ 14.15 20.22 19.38 -
YUV 112.67 129.32 93.29 -
System Red Green Blue C M Y K H S L
Decimal 64 137 115 0.53 0 0.16 0.46 161.92 0.36 0.39
Hex 40 89 73 35 0 10 2E A2 24 27
Octal 100 211 163 65 0 20 56 242 44 47
Binary 1000000 10001001 1110011 110101 0 10000 101110 10100010 100100 100111

Color Harmonies of #408973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408973

Black with #408973

Text Example


Text Example

White with #408973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408973; }

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

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

background-color css

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

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

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

border-color css

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

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

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