#52611C

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

Shades of Army green #52611C

Tints of Army green #52611C

Color information

#52611C (or 0x52611C) is unknown color: approx Army green. HEX triplet: 52, 61 and 1C. RGB value is (82,97,28). Sum of RGB (Red+Green+Blue) = 82+97+28=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #52611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52611C is #AD9EE3. Grayscale: #545454. Windows color (decimal): -11378404 or 1859922. OLE color: 1859922.

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

Color convert

RGB829728-
CMYK0.1500.710.62
HSL73.04º55.2%24.51%-
HSV(B)73.04º71.13%38.04%-
XYZ7.9610.432.69-
YUV84.6596.03126.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.61%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=39.61%
G=46.86%
B=13.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297280.1500.710.6273.0455.224.51
Hex52611CF0473E493719
Octal12214134170107761116731
Binary1010010110000111100111101000111111110100100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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