#525524

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

Shades of Army green #525524

Tints of Army green #525524

Color information

#525524 (or 0x525524) is unknown color: approx Army green. HEX triplet: 52, 55 and 24. RGB value is (82,85,36). Sum of RGB (Red+Green+Blue) = 82+85+36=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #525524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525524 is #ADAADB. Grayscale: #4E4E4E. Windows color (decimal): -11381468 or 2381138. OLE color: 2381138.

HSL color Cylindrical-coordinate representation of color #525524: hue angle of 63.67º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #525524 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB828536-
CMYK0.0400.580.67
HSL63.67º40.5%23.73%-
HSV(B)63.67º57.65%33.33%-
XYZ7.058.422.92-
YUV78.52104.01130.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 36 (14.45% from 255) = 17.73%
R=40.39%
G=41.87%
B=17.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285360.0400.580.6763.6740.523.73
Hex525524403A43402818
Octal1221254440721031005030
Binary1010010101010110010010001110101000011100000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525524; }

 p { color: rgb(82,85,36); }

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

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

 a { background-color: rgb(82,85,36); }

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

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

 span { border-color: rgb(82,85,36); }

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