#55611B

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

Shades of Army green #55611B

Tints of Army green #55611B

Color information

#55611B (or 0x55611B) is unknown color: approx Army green. HEX triplet: 55, 61 and 1B. RGB value is (85,97,27). Sum of RGB (Red+Green+Blue) = 85+97+27=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #55611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55611B is #AA9EE4. Grayscale: #555555. Windows color (decimal): -11181797 or 1794389. OLE color: 1794389.

HSL color Cylindrical-coordinate representation of color #55611B: hue angle of 70.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55611B is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB859727-
CMYK0.1200.720.62
HSL70.29º56.45%24.31%-
HSV(B)70.29º72.16%38.04%-
XYZ8.2210.562.64-
YUV85.4395.02127.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=40.67%
G=46.41%
B=12.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597270.1200.720.6270.2956.4524.31
Hex55611BC0483E463818
Octal12514133140110761067030
Binary1010101110000111011110001001000111110100011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55611B; }

 p { color: rgb(85,97,27); }

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

<style>
 a { background-color: #55611B; }

 a { background-color: rgb(85,97,27); }

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

<style>
 span { border-color: #55611B; }

 span { border-color: rgb(85,97,27); }

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