#575202

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

Shades of Verdun Green #575202

Tints of Verdun Green #575202

Color information

#575202 (or 0x575202) is unknown color: approx Verdun Green. HEX triplet: 57, 52 and 02. RGB value is (87,82,2). Sum of RGB (Red+Green+Blue) = 87+82+2=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #575202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575202 is #A8ADFD. Grayscale: #4A4A4A. Windows color (decimal): -11054590 or 152151. OLE color: 152151.

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

Color convert

RGB87822-
CMYK00.060.980.66
HSL56.47º95.51%17.45%-
HSV(B)56.47º97.7%34.12%-
XYZ6.968.071.25-
YUV74.3787.16137-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.88%
GREEN value IS 82 (32.42% from 255) = 47.95%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=50.88%
G=47.95%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8782200.060.980.6656.4795.5117.45
Hex57522066242386011
Octal1271222061421027014021
Binary1010111101001010011011000101000010111000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575202; }

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

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

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

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

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

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

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

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