#525C21

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

Shades of Army green #525C21

Tints of Army green #525C21

Color information

#525C21 (or 0x525C21) is unknown color: approx Army green. HEX triplet: 52, 5C and 21. RGB value is (82,92,33). Sum of RGB (Red+Green+Blue) = 82+92+33=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #525C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525C21 is #ADA3DE. Grayscale: #525252. Windows color (decimal): -11379679 or 2186322. OLE color: 2186322.

HSL color Cylindrical-coordinate representation of color #525C21: hue angle of 70.17º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #525C21 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB829233-
CMYK0.1100.640.64
HSL70.17º47.2%24.51%-
HSV(B)70.17º64.13%36.08%-
XYZ7.589.562.88-
YUV82.28100.19127.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 92 (36.33% from 255) = 44.44%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=39.61%
G=44.44%
B=15.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8292330.1100.640.6470.1747.224.51
Hex525C21B04040462f19
Octal122134411301001001065731
Binary101001010111001000011011010000001000000100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525C21; }

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

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

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

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

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

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

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

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