#408579

Color #408579 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #408579

Tints of Viridian #408579

Color information

#408579 (or 0x408579) is unknown color: approx Viridian. HEX triplet: 40, 85 and 79. RGB value is (64,133,121). Sum of RGB (Red+Green+Blue) = 64+133+121=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #408579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408579 is #BF7A86. Grayscale: #6E6E6E. Windows color (decimal): -12548743 or 7963968. OLE color: 7963968.

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

Color convert

RGB64133121-
CMYK0.5200.090.48
HSL169.57º35.03%38.63%-
HSV(B)169.57º51.88%52.16%-
XYZ13.9519.2521.07-
YUV111133.6494.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=20.13%
G=41.82%
B=38.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641331210.5200.090.48169.5735.0338.63
Hex408579340930aa2327
Octal10020517164011602524347
Binary10000001000010111110011101000100111000010101010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408579; }

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

 H1.HeaderClassName
 {
   color: #408579;
 }
 .AnyTagClassName
 {
   color: #408579;
 }
</style>
background-color css

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

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

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

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

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

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