#575003

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

Shades of Verdun Green #575003

Tints of Verdun Green #575003

Color information

#575003 (or 0x575003) is unknown color: approx Verdun Green. HEX triplet: 57, 50 and 03. RGB value is (87,80,3). Sum of RGB (Red+Green+Blue) = 87+80+3=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 3 (1.56% from 255 or 1.76% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #575003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575003 is #A8AFFC. Grayscale: #494949. Windows color (decimal): -11055101 or 217175. OLE color: 217175.

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

Color convert

RGB87803-
CMYK00.080.970.66
HSL55º93.33%17.65%-
HSV(B)55º96.55%34.12%-
XYZ6.827.771.23-
YUV73.3188.32137.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 3 (1.56% from 255) = 1.76%
R=51.18%
G=47.06%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8780300.080.970.665593.3317.65
Hex57503086142375d12
Octal12712030101411026713522
Binary10101111010000110100011000011000010110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575003; }

 p { color: rgb(87,80,3); }

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

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

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

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

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

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

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