#55541B

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

Shades of Army green #55541B

Tints of Army green #55541B

Color information

#55541B (or 0x55541B) is unknown color: approx Army green. HEX triplet: 55, 54 and 1B. RGB value is (85,84,27). Sum of RGB (Red+Green+Blue) = 85+84+27=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #55541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55541B is #AAABE4. Grayscale: #4E4E4E. Windows color (decimal): -11185125 or 1791061. OLE color: 1791061.

HSL color Cylindrical-coordinate representation of color #55541B: hue angle of 58.97º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55541B is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB858427-
CMYK00.010.680.67
HSL58.97º51.79%21.96%-
HSV(B)58.97º68.24%33.33%-
XYZ7.118.352.27-
YUV77.899.33133.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 84 (33.20% from 255) = 42.86%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=43.37%
G=42.86%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85842700.010.680.6758.9751.7921.96
Hex55541B0144433b3416
Octal1251243301104103736426
Binary1010101101010011011011000100100001111101111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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