Html Css Color HEX #408777 Viridian

📋 copy color: '#408777'

red 64 ◦ green 135 ◦ blue 119

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

Shades of Viridian #408777

Tints of Viridian #408777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

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

R = 20.13%
G = 42.45%
B = 37.42%

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

#408777 (or 0x408777) is known color: Viridian. HEX triplet: 40, 87 and 77. RGB value is (64,135,119). Sum of RGB (Red+Green+Blue) = 64+135+119=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #408777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408777 is #BF7888. Grayscale: #6F6F6F. Windows color (decimal): -12548233 or 7833408. OLE color: 7833408.

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

Color convert

RGB 64 135 119 -
CMYK 0.53 0 0.12 0.47
HSL 166.48º 0.36% 0.39% -
HSV(B) 166.48º 0.53% 0.53% -
XYZ 14.11 19.75 20.52 -
YUV 111.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 64 135 119 0.53 0 0.12 0.47 166.48 0.36 0.39
Hex 40 87 77 35 0 C 2F A6 24 27
Octal 100 207 167 65 0 14 57 246 44 47
Binary 1000000 10000111 1110111 110101 0 1100 101111 10100110 100100 100111

Color Harmonies of #408777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408777

Black with #408777

Text Example


Text Example

White with #408777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408777; }

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

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

background-color css

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

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

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

border-color css

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

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

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