#52561A

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

Shades of Army green #52561A

Tints of Army green #52561A

Color information

#52561A (or 0x52561A) is unknown color: approx Army green. HEX triplet: 52, 56 and 1A. RGB value is (82,86,26). Sum of RGB (Red+Green+Blue) = 82+86+26=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #52561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52561A is #ADA9E5. Grayscale: #4E4E4E. Windows color (decimal): -11381222 or 1726034. OLE color: 1726034.

HSL color Cylindrical-coordinate representation of color #52561A: hue angle of 64º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52561A is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB828626-
CMYK0.0500.700.66
HSL64º53.57%21.96%-
HSV(B)64º69.77%33.73%-
XYZ6.998.522.25-
YUV77.9698.67130.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=42.27%
G=44.33%
B=13.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286260.0500.700.666453.5721.96
Hex52561A504642403616
Octal12212632501061021006626
Binary1010010101011011010101010001101000010100000011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52561A; }

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

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

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

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

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

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

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

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