#555B1E

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

Shades of Army green #555B1E

Tints of Army green #555B1E

Color information

#555B1E (or 0x555B1E) is unknown color: approx Army green. HEX triplet: 55, 5B and 1E. RGB value is (85,91,30). Sum of RGB (Red+Green+Blue) = 85+91+30=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #555B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B1E is #AAA4E1. Grayscale: #525252. Windows color (decimal): -11183330 or 1989461. OLE color: 1989461.

HSL color Cylindrical-coordinate representation of color #555B1E: hue angle of 65.9º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #555B1E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB859130-
CMYK0.0700.670.64
HSL65.9º50.41%23.73%-
HSV(B)65.9º67.03%35.69%-
XYZ7.729.512.66-
YUV82.2598.51129.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=41.26%
G=44.17%
B=14.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8591300.0700.670.6465.950.4123.73
Hex555B1E704340423218
Octal12513336701031001026230
Binary1010101101101111110111010000111000000100001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555B1E; }

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

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

<style>
 a { background-color: #555B1E; }

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

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

<style>
 span { border-color: #555B1E; }

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

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