Html Css Color HEX #408978 Viridian

📋 copy color: '#408978'

red 64 ◦ green 137 ◦ blue 120

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

Shades of Viridian #408978

Tints of Viridian #408978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 19.94%
G = 42.68%
B = 37.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#408978 (or 0x408978) is known color: Viridian. HEX triplet: 40, 89 and 78. RGB value is (64,137,120). Sum of RGB (Red+Green+Blue) = 64+137+120=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #408978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408978 is #BF7687. Grayscale: #717171. Windows color (decimal): -12547720 or 7899456. OLE color: 7899456.

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

Color convert

RGB 64 137 120 -
CMYK 0.53 0 0.12 0.46
HSL 166.03º 0.36% 0.39% -
HSV(B) 166.03º 0.53% 0.54% -
XYZ 14.45 20.34 20.93 -
YUV 113.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 64 137 120 0.53 0 0.12 0.46 166.03 0.36 0.39
Hex 40 89 78 35 0 C 2E A6 24 27
Octal 100 211 170 65 0 14 56 246 44 47
Binary 1000000 10001001 1111000 110101 0 1100 101110 10100110 100100 100111

Color Harmonies of #408978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408978

Black with #408978

Text Example


Text Example

White with #408978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408978; }

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

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

background-color css

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

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

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

border-color css

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

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

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