#555712

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

Shades of Army green #555712

Tints of Army green #555712

Color information

#555712 (or 0x555712) is unknown color: approx Army green. HEX triplet: 55, 57 and 12. RGB value is (85,87,18). Sum of RGB (Red+Green+Blue) = 85+87+18=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #555712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555712 is #AAA8ED. Grayscale: #4E4E4E. Windows color (decimal): -11184366 or 1202005. OLE color: 1202005.

HSL color Cylindrical-coordinate representation of color #555712: hue angle of 61.74º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #555712 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB858718-
CMYK0.0200.790.66
HSL61.74º65.71%20.59%-
HSV(B)61.74º79.31%34.12%-
XYZ7.268.791.89-
YUV78.5493.84132.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 87 (34.38% from 255) = 45.79%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=44.74%
G=45.79%
B=9.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587180.0200.790.6661.7465.7120.59
Hex555712204F423e4215
Octal12512722201171027610225
Binary101010110101111001010010011111000010111110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555712; }

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

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

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

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

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

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

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

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