#57530D

Color #57530D Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #57530D

Tints of Army green #57530D

Color information

#57530D (or 0x57530D) is unknown color: approx Army green. HEX triplet: 57, 53 and 0D. RGB value is (87,83,13). Sum of RGB (Red+Green+Blue) = 87+83+13=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57530D is #A8ACF2. Grayscale: #4C4C4C. Windows color (decimal): -11054323 or 873303. OLE color: 873303.

HSL color Cylindrical-coordinate representation of color #57530D: hue angle of 56.76º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57530D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB878313-
CMYK00.050.850.66
HSL56.76º74%19.61%-
HSV(B)56.76º85.06%34.12%-
XYZ7.18.241.6-
YUV76.2292.33135.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=47.54%
G=45.36%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87831300.050.850.6656.767419.61
Hex5753D055542394a14
Octal12712315051251027111224
Binary101011110100111101010110101011000010111001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57530D; }

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

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

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

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

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

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

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

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