#525523

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

Shades of Army green #525523

Tints of Army green #525523

Color information

#525523 (or 0x525523) is unknown color: approx Army green. HEX triplet: 52, 55 and 23. RGB value is (82,85,35). Sum of RGB (Red+Green+Blue) = 82+85+35=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #525523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525523 is #ADAADC. Grayscale: #4E4E4E. Windows color (decimal): -11381469 or 2315602. OLE color: 2315602.

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

Color convert

RGB828535-
CMYK0.0400.590.67
HSL63.6º41.67%23.53%-
HSV(B)63.6º58.82%33.33%-
XYZ7.038.412.84-
YUV78.4103.51130.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.59%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 35 (14.06% from 255) = 17.33%
R=40.59%
G=42.08%
B=17.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285350.0400.590.6763.641.6723.53
Hex525523403B43402a18
Octal1221254340731031005230
Binary1010010101010110001110001110111000011100000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525523; }

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

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

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

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

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

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

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

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