#53611C

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

Shades of Army green #53611C

Tints of Army green #53611C

Color information

#53611C (or 0x53611C) is unknown color: approx Army green. HEX triplet: 53, 61 and 1C. RGB value is (83,97,28). Sum of RGB (Red+Green+Blue) = 83+97+28=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #53611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53611C is #AC9EE3. Grayscale: #555555. Windows color (decimal): -11312868 or 1859923. OLE color: 1859923.

HSL color Cylindrical-coordinate representation of color #53611C: hue angle of 72.17º 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 #53611C is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB839728-
CMYK0.1400.710.62
HSL72.17º55.2%24.51%-
HSV(B)72.17º71.13%38.04%-
XYZ8.0510.472.7-
YUV84.9595.86126.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.90%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=39.90%
G=46.63%
B=13.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397280.1400.710.6272.1755.224.51
Hex53611CE0473E483719
Octal12314134160107761106731
Binary1010011110000111100111001000111111110100100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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