#525112

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

Shades of Army green #525112

Tints of Army green #525112

Color information

#525112 (or 0x525112) is unknown color: approx Army green. HEX triplet: 52, 51 and 12. RGB value is (82,81,18). Sum of RGB (Red+Green+Blue) = 82+81+18=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #525112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525112 is #ADAEED. Grayscale: #4A4A4A. Windows color (decimal): -11382510 or 1200466. OLE color: 1200466.

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

Color convert

RGB828118-
CMYK00.010.780.68
HSL59.06º64%19.61%-
HSV(B)59.06º78.05%32.16%-
XYZ6.537.721.72-
YUV74.1296.33133.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 45.30%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=45.30%
G=44.75%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82811800.010.780.6859.066419.61
Hex525112014E443b4014
Octal12212122011161047310024
Binary10100101010001100100110011101000100111011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525112; }

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

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

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

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

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

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

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

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