#53571F

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

Shades of Army green #53571F

Tints of Army green #53571F

Color information

#53571F (or 0x53571F) is unknown color: approx Army green. HEX triplet: 53, 57 and 1F. RGB value is (83,87,31). Sum of RGB (Red+Green+Blue) = 83+87+31=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #53571F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53571F is #ACA8E0. Grayscale: #4F4F4F. Windows color (decimal): -11315425 or 2053971. OLE color: 2053971.

HSL color Cylindrical-coordinate representation of color #53571F: hue angle of 64.29º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53571F is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB838731-
CMYK0.0500.640.66
HSL64.29º47.46%23.14%-
HSV(B)64.29º64.37%34.12%-
XYZ7.228.752.61-
YUV79.42100.67130.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=41.29%
G=43.28%
B=15.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8387310.0500.640.6664.2947.4623.14
Hex53571F504042402f17
Octal12312737501001021005727
Binary1010011101011111111101010000001000010100000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53571F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53571F; }

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

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

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

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

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

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

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

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