#55551E

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

Shades of Army green #55551E

Tints of Army green #55551E

Color information

#55551E (or 0x55551E) is unknown color: approx Army green. HEX triplet: 55, 55 and 1E. RGB value is (85,85,30). Sum of RGB (Red+Green+Blue) = 85+85+30=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55551E is #AAAAE1. Grayscale: #4E4E4E. Windows color (decimal): -11184866 or 1987925. OLE color: 1987925.

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

Color convert

RGB858530-
CMYK000.650.67
HSL60º47.83%22.55%-
HSV(B)60º64.71%33.33%-
XYZ7.238.522.49-
YUV78.73100.5132.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 85 (33.59% from 255) = 42.5%
BLUE value IS 30 (12.11% from 255) = 15%
R=42.5%
G=42.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858530000.650.676047.8322.55
Hex55551E0041433c3017
Octal1251253600101103746027
Binary1010101101010111110001000001100001111110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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