Html Css Color HEX #408477 Viridian

📋 copy color: '#408477'

red 64 ◦ green 132 ◦ blue 119

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

Shades of Viridian #408477

Tints of Viridian #408477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.9%

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

R = 20.32%
G = 41.9%
B = 37.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#408477 (or 0x408477) is known color: Viridian. HEX triplet: 40, 84 and 77. RGB value is (64,132,119). Sum of RGB (Red+Green+Blue) = 64+132+119=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #408477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408477 is #BF7B88. Grayscale: #6E6E6E. Windows color (decimal): -12549001 or 7832640. OLE color: 7832640.

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

Color convert

RGB 64 132 119 -
CMYK 0.52 0 0.10 0.48
HSL 168.53º 0.35% 0.38% -
HSV(B) 168.53º 0.52% 0.52% -
XYZ 13.7 18.92 20.38 -
YUV 110.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 64 132 119 0.52 0 0.10 0.48 168.53 0.35 0.38
Hex 40 84 77 34 0 A 30 A9 23 26
Octal 100 204 167 64 0 12 60 251 43 46
Binary 1000000 10000100 1110111 110100 0 1010 110000 10101001 100011 100110

Color Harmonies of #408477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408477

Black with #408477

Text Example


Text Example

White with #408477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408477; }

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

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

background-color css

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

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

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

border-color css

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

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

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