#575303

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

Shades of Verdun Green #575303

Tints of Verdun Green #575303

Color information

#575303 (or 0x575303) is unknown color: approx Verdun Green. HEX triplet: 57, 53 and 03. RGB value is (87,83,3). Sum of RGB (Red+Green+Blue) = 87+83+3=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #575303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575303 is #A8ACFC. Grayscale: #4B4B4B. Windows color (decimal): -11054333 or 217943. OLE color: 217943.

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

Color convert

RGB87833-
CMYK00.050.970.66
HSL57.14º93.33%17.65%-
HSV(B)57.14º96.55%34.12%-
XYZ7.048.221.3-
YUV75.0887.33136.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 3 (1.56% from 255) = 1.73%
R=50.29%
G=47.98%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8783300.050.970.6657.1493.3317.65
Hex57533056142395d12
Octal1271233051411027113522
Binary1010111101001111010111000011000010111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575303; }

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

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

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

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

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

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

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

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