#525116

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

Shades of Army green #525116

Tints of Army green #525116

Color information

#525116 (or 0x525116) is unknown color: approx Army green. HEX triplet: 52, 51 and 16. RGB value is (82,81,22). Sum of RGB (Red+Green+Blue) = 82+81+22=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #525116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525116 is #ADAEE9. Grayscale: #4A4A4A. Windows color (decimal): -11382506 or 1462610. OLE color: 1462610.

HSL color Cylindrical-coordinate representation of color #525116: hue angle of 59º 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 #525116 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB828122-
CMYK00.010.730.68
HSL59º57.69%20.39%-
HSV(B)59º73.17%32.16%-
XYZ6.577.741.91-
YUV74.5798.33133.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=44.32%
G=43.78%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82812200.010.730.685957.6920.39
Hex5251160149443b3a14
Octal1221212601111104737224
Binary1010010101000110110011001001100010011101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525116; }

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

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

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

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

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

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

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

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