#55551C

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

Shades of Army green #55551C

Tints of Army green #55551C

Color information

#55551C (or 0x55551C) is unknown color: approx Army green. HEX triplet: 55, 55 and 1C. RGB value is (85,85,28). Sum of RGB (Red+Green+Blue) = 85+85+28=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55551C is #AAAAE3. Grayscale: #4E4E4E. Windows color (decimal): -11184868 or 1856853. OLE color: 1856853.

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

Color convert

RGB858528-
CMYK000.670.67
HSL60º50.44%22.16%-
HSV(B)60º67.06%33.33%-
XYZ7.28.512.36-
YUV78.599.5132.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=42.93%
G=42.93%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858528000.670.676050.4422.16
Hex55551C0043433c3216
Octal1251253400103103746226
Binary1010101101010111100001000011100001111110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,85,28); }

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

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

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

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

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

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

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