#525323

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

Shades of Army green #525323

Tints of Army green #525323

Color information

#525323 (or 0x525323) is unknown color: approx Army green. HEX triplet: 52, 53 and 23. RGB value is (82,83,35). Sum of RGB (Red+Green+Blue) = 82+83+35=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #525323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525323 is #ADACDC. Grayscale: #4D4D4D. Windows color (decimal): -11381981 or 2315090. OLE color: 2315090.

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

Color convert

RGB828335-
CMYK0.0100.580.67
HSL61.25º40.68%23.14%-
HSV(B)61.25º57.83%32.55%-
XYZ6.888.12.79-
YUV77.23104.17131.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=41%
G=41.5%
B=17.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283350.0100.580.6761.2540.6823.14
Hex525323103A433d2917
Octal122123431072103755127
Binary1010010101001110001110111010100001111110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525323; }

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

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

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

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

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

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

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

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