Html Css Color HEX #408877 Viridian

📋 copy color: '#408877'

red 64 ◦ green 136 ◦ blue 119

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

Shades of Viridian #408877

Tints of Viridian #408877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.63%

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

R = 20.06%
G = 42.63%
B = 37.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#408877 (or 0x408877) is known color: Viridian. HEX triplet: 40, 88 and 77. RGB value is (64,136,119). Sum of RGB (Red+Green+Blue) = 64+136+119=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #408877 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408877 is #BF7788. Grayscale: #707070. Windows color (decimal): -12547977 or 7833664. OLE color: 7833664.

HSL color Cylindrical-coordinate representation of color #408877: hue angle of 165.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408877 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 136 119 -
CMYK 0.53 0 0.12 0.47
HSL 165.83º 0.36% 0.39% -
HSV(B) 165.83º 0.53% 0.53% -
XYZ 14.25 20.03 20.57 -
YUV 112.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 64 136 119 0.53 0 0.12 0.47 165.83 0.36 0.39
Hex 40 88 77 35 0 C 2F A6 24 27
Octal 100 210 167 65 0 14 57 246 44 47
Binary 1000000 10001000 1110111 110101 0 1100 101111 10100110 100100 100111

Color Harmonies of #408877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408877

Black with #408877

Text Example


Text Example

White with #408877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408877; }

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

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

background-color css

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

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

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

border-color css

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

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

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