#555A1D

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

Shades of Army green #555A1D

Tints of Army green #555A1D

Color information

#555A1D (or 0x555A1D) is unknown color: approx Army green. HEX triplet: 55, 5A and 1D. RGB value is (85,90,29). Sum of RGB (Red+Green+Blue) = 85+90+29=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #555A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A1D is #AAA5E2. Grayscale: #515151. Windows color (decimal): -11183587 or 1923669. OLE color: 1923669.

HSL color Cylindrical-coordinate representation of color #555A1D: hue angle of 64.92º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #555A1D is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB859029-
CMYK0.0600.680.65
HSL64.92º51.26%23.33%-
HSV(B)64.92º67.78%35.29%-
XYZ7.629.332.56-
YUV81.5598.34130.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=41.67%
G=44.12%
B=14.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590290.0600.680.6564.9251.2623.33
Hex555A1D604441413317
Octal12513235601041011016327
Binary1010101101101011101110010001001000001100000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,90,29); }

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

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

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

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

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

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

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