#524F16

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

Shades of Army green #524F16

Tints of Army green #524F16

Color information

#524F16 (or 0x524F16) is unknown color: approx Army green. HEX triplet: 52, 4F and 16. RGB value is (82,79,22). Sum of RGB (Red+Green+Blue) = 82+79+22=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #524F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F16 is #ADB0E9. Grayscale: #494949. Windows color (decimal): -11383018 or 1462098. OLE color: 1462098.

HSL color Cylindrical-coordinate representation of color #524F16: hue angle of 57º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #524F16 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB827922-
CMYK00.040.730.68
HSL57º57.69%20.39%-
HSV(B)57º73.17%32.16%-
XYZ6.427.441.86-
YUV73.498.99134.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.81%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 22 (8.98% from 255) = 12.02%
R=44.81%
G=43.17%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82792200.040.730.685757.6920.39
Hex524F16044944393a14
Octal1221172604111104717224
Binary101001010011111011001001001001100010011100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524F16; }

 p { color: rgb(82,79,22); }

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

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

 a { background-color: rgb(82,79,22); }

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

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

 span { border-color: rgb(82,79,22); }

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