#555618

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

Shades of Army green #555618

Tints of Army green #555618

Color information

#555618 (or 0x555618) is unknown color: approx Army green. HEX triplet: 55, 56 and 18. RGB value is (85,86,24). Sum of RGB (Red+Green+Blue) = 85+86+24=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #555618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555618 is #AAA9E7. Grayscale: #4E4E4E. Windows color (decimal): -11184616 or 1594965. OLE color: 1594965.

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

Color convert

RGB858624-
CMYK0.0100.720.66
HSL60.97º56.36%21.57%-
HSV(B)60.97º72.09%33.73%-
XYZ7.248.652.15-
YUV78.6397.17132.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 86 (33.98% from 255) = 44.10%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=43.59%
G=44.10%
B=12.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8586240.0100.720.6660.9756.3621.57
Hex5556181048423d3816
Octal1251263010110102757026
Binary1010101101011011000101001000100001011110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555618; }

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

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

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

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

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

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

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

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