#525621

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

Shades of Army green #525621

Tints of Army green #525621

Color information

#525621 (or 0x525621) is unknown color: approx Army green. HEX triplet: 52, 56 and 21. RGB value is (82,86,33). Sum of RGB (Red+Green+Blue) = 82+86+33=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #525621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525621 is #ADA9DE. Grayscale: #4E4E4E. Windows color (decimal): -11381215 or 2184786. OLE color: 2184786.

HSL color Cylindrical-coordinate representation of color #525621: hue angle of 64.53º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525621 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB828633-
CMYK0.0500.620.66
HSL64.53º44.54%23.33%-
HSV(B)64.53º61.63%33.73%-
XYZ7.088.562.72-
YUV78.76102.17130.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=40.80%
G=42.79%
B=16.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286330.0500.620.6664.5344.5423.33
Hex525621503E42412d17
Octal1221264150761021015527
Binary1010010101011010000110101111101000010100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525621; }

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

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

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

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

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

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

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

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