Html Css Color HEX #408976 Viridian

📋 copy color: '#408976'

red 64 ◦ green 137 ◦ blue 118

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

Shades of Viridian #408976

Tints of Viridian #408976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 20.06%
G = 42.95%
B = 36.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#408976 (or 0x408976) is known color: Viridian. HEX triplet: 40, 89 and 76. RGB value is (64,137,118). Sum of RGB (Red+Green+Blue) = 64+137+118=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #408976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408976 is #BF7689. Grayscale: #717171. Windows color (decimal): -12547722 or 7768384. OLE color: 7768384.

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

Color convert

RGB 64 137 118 -
CMYK 0.53 0 0.14 0.46
HSL 164.38º 0.36% 0.39% -
HSV(B) 164.38º 0.53% 0.54% -
XYZ 14.33 20.29 20.3 -
YUV 113.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 64 137 118 0.53 0 0.14 0.46 164.38 0.36 0.39
Hex 40 89 76 35 0 E 2E A4 24 27
Octal 100 211 166 65 0 16 56 244 44 47
Binary 1000000 10001001 1110110 110101 0 1110 101110 10100100 100100 100111

Color Harmonies of #408976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408976

Black with #408976

Text Example


Text Example

White with #408976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408976; }

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

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

background-color css

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

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

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

border-color css

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

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

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