Html Css Color HEX #408977 Viridian

📋 copy color: '#408977'

red 64 ◦ green 137 ◦ blue 119

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

Shades of Viridian #408977

Tints of Viridian #408977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 20%
G = 42.81%
B = 37.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#408977 (or 0x408977) is known color: Viridian. HEX triplet: 40, 89 and 77. RGB value is (64,137,119). Sum of RGB (Red+Green+Blue) = 64+137+119=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #408977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408977 is #BF7688. Grayscale: #717171. Windows color (decimal): -12547721 or 7833920. OLE color: 7833920.

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

Color convert

RGB 64 137 119 -
CMYK 0.53 0 0.13 0.46
HSL 165.21º 0.36% 0.39% -
HSV(B) 165.21º 0.53% 0.54% -
XYZ 14.39 20.31 20.62 -
YUV 113.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 64 137 119 0.53 0 0.13 0.46 165.21 0.36 0.39
Hex 40 89 77 35 0 D 2E A5 24 27
Octal 100 211 167 65 0 15 56 245 44 47
Binary 1000000 10001001 1110111 110101 0 1101 101110 10100101 100100 100111

Color Harmonies of #408977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408977

Black with #408977

Text Example


Text Example

White with #408977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408977; }

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

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

background-color css

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

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

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

border-color css

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

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

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