#575702

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

Shades of Verdun Green #575702

Tints of Verdun Green #575702

Color information

#575702 (or 0x575702) is unknown color: approx Verdun Green. HEX triplet: 57, 57 and 02. RGB value is (87,87,2). Sum of RGB (Red+Green+Blue) = 87+87+2=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 87 (34.38% from 255 or 49.43% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575702 is #A8A8FD. Grayscale: #4D4D4D. Windows color (decimal): -11053310 or 153431. OLE color: 153431.

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

Color convert

RGB87872-
CMYK000.980.66
HSL60º95.51%17.45%-
HSV(B)60º97.7%34.12%-
XYZ7.358.851.38-
YUV77.3185.5134.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 87 (34.38% from 255) = 49.43%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=49.43%
G=49.43%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87872000.980.666095.5117.45
Hex575720062423c6011
Octal1271272001421027414021
Binary10101111010111100011000101000010111100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575702; }

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

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

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

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

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

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

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

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