#525716

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

Shades of Army green #525716

Tints of Army green #525716

Color information

#525716 (or 0x525716) is unknown color: approx Army green. HEX triplet: 52, 57 and 16. RGB value is (82,87,22). Sum of RGB (Red+Green+Blue) = 82+87+22=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #525716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525716 is #ADA8E9. Grayscale: #4E4E4E. Windows color (decimal): -11380970 or 1464146. OLE color: 1464146.

HSL color Cylindrical-coordinate representation of color #525716: hue angle of 64.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #525716 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB828722-
CMYK0.0600.750.66
HSL64.62º59.63%21.37%-
HSV(B)64.62º74.71%34.12%-
XYZ7.038.672.06-
YUV78.0996.34130.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 87 (34.38% from 255) = 45.55%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=42.93%
G=45.55%
B=11.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287220.0600.750.6664.6259.6321.37
Hex525716604B42413c15
Octal12212726601131021017425
Binary1010010101011110110110010010111000010100000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525716; }

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

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

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

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

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

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

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

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