#55601A

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

Shades of Army green #55601A

Tints of Army green #55601A

Color information

#55601A (or 0x55601A) is unknown color: approx Army green. HEX triplet: 55, 60 and 1A. RGB value is (85,96,26). Sum of RGB (Red+Green+Blue) = 85+96+26=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #55601A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55601A is #AA9FE5. Grayscale: #555555. Windows color (decimal): -11182054 or 1728597. OLE color: 1728597.

HSL color Cylindrical-coordinate representation of color #55601A: hue angle of 69.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55601A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB859626-
CMYK0.1100.730.62
HSL69.43º57.38%23.92%-
HSV(B)69.43º72.92%37.65%-
XYZ8.1210.372.55-
YUV84.7394.86128.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=41.06%
G=46.38%
B=12.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596260.1100.730.6269.4357.3823.92
Hex55601AB0493E453918
Octal12514032130111761057130
Binary1010101110000011010101101001001111110100010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55601A; }

 p { color: rgb(85,96,26); }

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

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

 a { background-color: rgb(85,96,26); }

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

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

 span { border-color: rgb(85,96,26); }

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