#555312

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

Shades of Army green #555312

Tints of Army green #555312

Color information

#555312 (or 0x555312) is unknown color: approx Army green. HEX triplet: 55, 53 and 12. RGB value is (85,83,18). Sum of RGB (Red+Green+Blue) = 85+83+18=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #555312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555312 is #AAACED. Grayscale: #4C4C4C. Windows color (decimal): -11185390 or 1200981. OLE color: 1200981.

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

Color convert

RGB858318-
CMYK00.020.790.67
HSL58.21º65.05%20.2%-
HSV(B)58.21º78.82%33.33%-
XYZ6.958.161.78-
YUV76.1995.16134.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=45.70%
G=44.62%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85831800.020.790.6758.2165.0520.2
Hex555312024F433a4114
Octal12512322021171037210124
Binary101010110100111001001010011111000011111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555312; }

 p { color: rgb(85,83,18); }

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

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

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

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

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

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

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