#52561D

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

Shades of Army green #52561D

Tints of Army green #52561D

Color information

#52561D (or 0x52561D) is unknown color: approx Army green. HEX triplet: 52, 56 and 1D. RGB value is (82,86,29). Sum of RGB (Red+Green+Blue) = 82+86+29=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #52561D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52561D is #ADA9E2. Grayscale: #4E4E4E. Windows color (decimal): -11381219 or 1922642. OLE color: 1922642.

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

Color convert

RGB828629-
CMYK0.0500.660.66
HSL64.21º49.57%22.55%-
HSV(B)64.21º66.28%33.73%-
XYZ7.038.542.44-
YUV78.31100.17130.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.62%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=41.62%
G=43.65%
B=14.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286290.0500.660.6664.2149.5722.55
Hex52561D504242403217
Octal12212635501021021006227
Binary1010010101011011101101010000101000010100000011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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