#525921

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

Shades of Army green #525921

Tints of Army green #525921

Color information

#525921 (or 0x525921) is unknown color: approx Army green. HEX triplet: 52, 59 and 21. RGB value is (82,89,33). Sum of RGB (Red+Green+Blue) = 82+89+33=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #525921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525921 is #ADA6DE. Grayscale: #505050. Windows color (decimal): -11380447 or 2185554. OLE color: 2185554.

HSL color Cylindrical-coordinate representation of color #525921: hue angle of 67.5º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #525921 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB828933-
CMYK0.0800.630.65
HSL67.5º45.9%23.92%-
HSV(B)67.5º62.92%34.9%-
XYZ7.339.052.8-
YUV80.52101.18129.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 33 (13.28% from 255) = 16.18%
R=40.20%
G=43.63%
B=16.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289330.0800.630.6567.545.923.92
Hex525921803F41442e18
Octal12213141100771011045630
Binary10100101011001100001100001111111000001100010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525921; }

 p { color: rgb(82,89,33); }

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

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

 a { background-color: rgb(82,89,33); }

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

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

 span { border-color: rgb(82,89,33); }

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