#575600

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

Shades of Verdun Green #575600

Tints of Verdun Green #575600

Color information

#575600 (or 0x575600) is unknown color: approx Verdun Green. HEX triplet: 57, 56 and 00. RGB value is (87,86,0). Sum of RGB (Red+Green+Blue) = 87+86+0=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #575600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575600 is #A8A9FF. Grayscale: #4C4C4C. Windows color (decimal): -11053568 or 22103. OLE color: 22103.

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

Color convert

RGB87860-
CMYK00.0110.66
HSL59.31º100%17.06%-
HSV(B)59.31º100%34.12%-
XYZ7.268.681.29-
YUV76.584.83135.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 86 (33.98% from 255) = 49.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.29%
G=49.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8786000.0110.6659.3110017.06
Hex575600164423b6411
Octal1271260011441027314421
Binary1010111101011000111001001000010111011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575600; }

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

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

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

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

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

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

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

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