#575700

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

Shades of Verdun Green #575700

Tints of Verdun Green #575700

Color information

#575700 (or 0x575700) is unknown color: approx Verdun Green. HEX triplet: 57, 57 and 00. RGB value is (87,87,0). Sum of RGB (Red+Green+Blue) = 87+87+0=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575700 is #A8A8FF. Grayscale: #4D4D4D. Windows color (decimal): -11053312 or 22359. OLE color: 22359.

HSL color Cylindrical-coordinate representation of color #575700: hue angle of 60º 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 #575700 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB87870-
CMYK0010.66
HSL60º100%17.06%-
HSV(B)60º100%34.12%-
XYZ7.348.841.32-
YUV77.0884.5135.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal878700010.666010017.06
Hex575700064423c6411
Octal1271270001441027414421
Binary1010111101011100011001001000010111100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575700; }

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

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

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

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

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

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

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

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