Html Css Color HEX #408576 Viridian

📋 copy color: '#408576'

red 64 ◦ green 133 ◦ blue 118

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

Shades of Viridian #408576

Tints of Viridian #408576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 20.32%
G = 42.22%
B = 37.46%

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

#408576 (or 0x408576) is known color: Viridian. HEX triplet: 40, 85 and 76. RGB value is (64,133,118). Sum of RGB (Red+Green+Blue) = 64+133+118=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #408576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408576 is #BF7A89. Grayscale: #6E6E6E. Windows color (decimal): -12548746 or 7767360. OLE color: 7767360.

HSL color Cylindrical-coordinate representation of color #408576: hue angle of 166.96º 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 #408576 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 118 -
CMYK 0.52 0 0.11 0.48
HSL 166.96º 0.35% 0.39% -
HSV(B) 166.96º 0.52% 0.52% -
XYZ 13.77 19.17 20.11 -
YUV 110.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 64 133 118 0.52 0 0.11 0.48 166.96 0.35 0.39
Hex 40 85 76 34 0 B 30 A7 23 27
Octal 100 205 166 64 0 13 60 247 43 47
Binary 1000000 10000101 1110110 110100 0 1011 110000 10100111 100011 100111

Color Harmonies of #408576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408576

Black with #408576

Text Example


Text Example

White with #408576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408576; }

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

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

background-color css

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

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

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

border-color css

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

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

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