#525111

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

Shades of Army green #525111

Tints of Army green #525111

Color information

#525111 (or 0x525111) is unknown color: approx Army green. HEX triplet: 52, 51 and 11. RGB value is (82,81,17). Sum of RGB (Red+Green+Blue) = 82+81+17=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #525111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525111 is #ADAEEE. Grayscale: #4A4A4A. Windows color (decimal): -11382511 or 1134930. OLE color: 1134930.

HSL color Cylindrical-coordinate representation of color #525111: hue angle of 59.08º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #525111 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB828117-
CMYK00.010.790.68
HSL59.08º65.66%19.41%-
HSV(B)59.08º79.27%32.16%-
XYZ6.527.721.68-
YUV7495.83133.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.56%
GREEN value IS 81 (32.03% from 255) = 45%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=45.56%
G=45%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82811700.010.790.6859.0865.6619.41
Hex525111014F443b4213
Octal12212121011171047310223
Binary10100101010001100010110011111000100111011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525111; }

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

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

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

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

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

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

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

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