#525316

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

Shades of Army green #525316

Tints of Army green #525316

Color information

#525316 (or 0x525316) is unknown color: approx Army green. HEX triplet: 52, 53 and 16. RGB value is (82,83,22). Sum of RGB (Red+Green+Blue) = 82+83+22=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #525316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525316 is #ADACE9. Grayscale: #4B4B4B. Windows color (decimal): -11381994 or 1463122. OLE color: 1463122.

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

Color convert

RGB828322-
CMYK0.0100.730.67
HSL60.98º58.1%20.59%-
HSV(B)60.98º73.49%32.55%-
XYZ6.728.041.96-
YUV75.7597.67132.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.85%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=43.85%
G=44.39%
B=11.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283220.0100.730.6760.9858.120.59
Hex5253161049433d3a15
Octal1221232610111103757225
Binary1010010101001110110101001001100001111110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525316; }

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

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

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

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

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

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

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

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