#525020

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

Shades of Army green #525020

Tints of Army green #525020

Color information

#525020 (or 0x525020) is unknown color: approx Army green. HEX triplet: 52, 50 and 20. RGB value is (82,80,32). Sum of RGB (Red+Green+Blue) = 82+80+32=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #525020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525020 is #ADAFDF. Grayscale: #4B4B4B. Windows color (decimal): -11382752 or 2117714. OLE color: 2117714.

HSL color Cylindrical-coordinate representation of color #525020: hue angle of 57.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #525020 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB828032-
CMYK00.020.610.68
HSL57.6º43.86%22.35%-
HSV(B)57.6º60.98%32.16%-
XYZ6.617.642.49-
YUV75.13103.66132.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=42.27%
G=41.24%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82803200.020.610.6857.643.8622.35
Hex525020023D443a2c16
Octal122120400275104725426
Binary10100101010000100000010111101100010011101010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525020; }

 p { color: rgb(82,80,32); }

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

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

 a { background-color: rgb(82,80,32); }

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

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

 span { border-color: rgb(82,80,32); }

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