#408571

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

Shades of Viridian #408571

Tints of Viridian #408571

Color information

#408571 (or 0x408571) is unknown color: approx Viridian. HEX triplet: 40, 85 and 71. RGB value is (64,133,113). Sum of RGB (Red+Green+Blue) = 64+133+113=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #408571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408571 is #BF7A8E. Grayscale: #6E6E6E. Windows color (decimal): -12548751 or 7439680. OLE color: 7439680.

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

Color convert

RGB64133113-
CMYK0.5200.150.48
HSL162.61º35.03%38.63%-
HSV(B)162.61º51.88%52.16%-
XYZ13.4819.0618.59-
YUV110.09129.6495.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=20.65%
G=42.90%
B=36.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641331130.5200.150.48162.6135.0338.63
Hex408571340F30a32327
Octal10020516164017602434347
Binary10000001000010111100011101000111111000010100011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408571; }

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

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

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

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

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

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

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

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