#525416

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

Shades of Army green #525416

Tints of Army green #525416

Color information

#525416 (or 0x525416) is unknown color: approx Army green. HEX triplet: 52, 54 and 16. RGB value is (82,84,22). Sum of RGB (Red+Green+Blue) = 82+84+22=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #525416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525416 is #ADABE9. Grayscale: #4C4C4C. Windows color (decimal): -11381738 or 1463378. OLE color: 1463378.

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

Color convert

RGB828422-
CMYK0.0200.740.67
HSL61.94º58.49%20.78%-
HSV(B)61.94º73.81%32.94%-
XYZ6.798.191.98-
YUV76.3397.34132.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=43.62%
G=44.68%
B=11.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284220.0200.740.6761.9458.4920.78
Hex525416204A433e3a15
Octal1221242620112103767225
Binary10100101010100101101001001010100001111111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525416; }

 p { color: rgb(82,84,22); }

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

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

 a { background-color: rgb(82,84,22); }

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

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

 span { border-color: rgb(82,84,22); }

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