#52611D

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

Shades of Army green #52611D

Tints of Army green #52611D

Color information

#52611D (or 0x52611D) is unknown color: approx Army green. HEX triplet: 52, 61 and 1D. RGB value is (82,97,29). Sum of RGB (Red+Green+Blue) = 82+97+29=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #52611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52611D is #AD9EE2. Grayscale: #555555. Windows color (decimal): -11378403 or 1925458. OLE color: 1925458.

HSL color Cylindrical-coordinate representation of color #52611D: hue angle of 73.24º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52611D is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB829729-
CMYK0.1500.700.62
HSL73.24º53.97%24.71%-
HSV(B)73.24º70.1%38.04%-
XYZ7.9810.432.76-
YUV84.7696.53126.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=39.42%
G=46.63%
B=13.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297290.1500.700.6273.2453.9724.71
Hex52611DF0463E493619
Octal12214135170106761116631
Binary1010010110000111101111101000110111110100100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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