#525616

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

Shades of Army green #525616

Tints of Army green #525616

Color information

#525616 (or 0x525616) is unknown color: approx Army green. HEX triplet: 52, 56 and 16. RGB value is (82,86,22). Sum of RGB (Red+Green+Blue) = 82+86+22=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #525616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525616 is #ADA9E9. Grayscale: #4D4D4D. Windows color (decimal): -11381226 or 1463890. OLE color: 1463890.

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

Color convert

RGB828622-
CMYK0.0500.740.66
HSL63.75º59.26%21.18%-
HSV(B)63.75º74.42%33.73%-
XYZ6.958.512.03-
YUV77.5196.67131.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.16%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=43.16%
G=45.26%
B=11.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286220.0500.740.6663.7559.2621.18
Hex525616504A42403b15
Octal12212626501121021007325
Binary1010010101011010110101010010101000010100000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525616; }

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

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

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

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

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

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

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

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