Html Css Color HEX #408577 Viridian

📋 copy color: '#408577'

red 64 ◦ green 133 ◦ blue 119

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

Shades of Viridian #408577

Tints of Viridian #408577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

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

R = 20.25%
G = 42.09%
B = 37.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#408577 (or 0x408577) is known color: Viridian. HEX triplet: 40, 85 and 77. RGB value is (64,133,119). Sum of RGB (Red+Green+Blue) = 64+133+119=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #408577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408577 is #BF7A88. Grayscale: #6E6E6E. Windows color (decimal): -12548745 or 7832896. OLE color: 7832896.

HSL color Cylindrical-coordinate representation of color #408577: hue angle of 167.83º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408577 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 119 -
CMYK 0.52 0 0.11 0.48
HSL 167.83º 0.35% 0.39% -
HSV(B) 167.83º 0.52% 0.52% -
XYZ 13.83 19.2 20.43 -
YUV 110.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 64 133 119 0.52 0 0.11 0.48 167.83 0.35 0.39
Hex 40 85 77 34 0 B 30 A8 23 27
Octal 100 205 167 64 0 13 60 250 43 47
Binary 1000000 10000101 1110111 110100 0 1011 110000 10101000 100011 100111

Color Harmonies of #408577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408577

Black with #408577

Text Example


Text Example

White with #408577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408577; }

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

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

background-color css

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

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

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

border-color css

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

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

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