#575605

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

Shades of Verdun Green #575605

Tints of Verdun Green #575605

Color information

#575605 (or 0x575605) is unknown color: approx Verdun Green. HEX triplet: 57, 56 and 05. RGB value is (87,86,5). Sum of RGB (Red+Green+Blue) = 87+86+5=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #575605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575605 is #A8A9FA. Grayscale: #4D4D4D. Windows color (decimal): -11053563 or 349783. OLE color: 349783.

HSL color Cylindrical-coordinate representation of color #575605: hue angle of 59.27º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #575605 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB87865-
CMYK00.010.940.66
HSL59.27º89.13%18.04%-
HSV(B)59.27º94.25%34.12%-
XYZ7.298.691.44-
YUV77.0687.33135.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 86 (33.98% from 255) = 48.31%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=48.88%
G=48.31%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8786500.010.940.6659.2789.1318.04
Hex57565015E423b5912
Octal1271265011361027313122
Binary101011110101101010110111101000010111011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575605; }

 p { color: rgb(87,86,5); }

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

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

 a { background-color: rgb(87,86,5); }

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

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

 span { border-color: rgb(87,86,5); }

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