#555612

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

Shades of Army green #555612

Tints of Army green #555612

Color information

#555612 (or 0x555612) is unknown color: approx Army green. HEX triplet: 55, 56 and 12. RGB value is (85,86,18). Sum of RGB (Red+Green+Blue) = 85+86+18=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #555612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555612 is #AAA9ED. Grayscale: #4E4E4E. Windows color (decimal): -11184622 or 1201749. OLE color: 1201749.

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

Color convert

RGB858618-
CMYK0.0100.790.66
HSL60.88º65.38%20.39%-
HSV(B)60.88º79.07%33.73%-
XYZ7.188.631.86-
YUV77.9594.17133.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 86 (33.98% from 255) = 45.50%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=44.97%
G=45.50%
B=9.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586180.0100.790.6660.8865.3820.39
Hex555612104F423d4114
Octal12512622101171027510124
Binary10101011010110100101010011111000010111101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555612; }

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

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

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

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

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

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

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

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