Html Css Color HEX #59550C Army green

📋 copy color: '#59550C'

red 89 ◦ green 85 ◦ blue 12

#59550C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #59550C

Tints of Army green #59550C

RGB

 RED value IS 89 (35.16% from 255) = 47.85%

 GREEN value IS 85 (33.59% from 255) = 45.7%

 BLUE value IS 12 (5.08% from 255) = 6.45%

R = 47.85%
G = 45.7%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59550C (or 0x59550C) is known color: Army green. HEX triplet: 59, 55 and 0C. RGB value is (89,85,12). Sum of RGB (Red+Green+Blue) = 89+85+12=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59550C is #A6AAF3. Grayscale: #4E4E4E. Windows color (decimal): -10922740 or 808281. OLE color: 808281.

HSL color Cylindrical-coordinate representation of color #59550C: hue angle of 56.88º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59550C is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 85 12 -
CMYK 0 0.04 0.87 0.65
HSL 56.88º 0.76% 0.2% -
HSV(B) 56.88º 0.87% 0.35% -
XYZ 7.43 8.65 1.63 -
YUV 77.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 89 85 12 0 0.04 0.87 0.65 56.88 0.76 0.2
Hex 59 55 C 0 4 57 41 39 4C 14
Octal 131 125 14 0 4 127 101 71 114 24
Binary 1011001 1010101 1100 0 100 1010111 1000001 111001 1001100 10100

Color Harmonies of #59550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59550C

Black with #59550C

Text Example


Text Example

White with #59550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59550C; }

 p { color: rgb(89,85,12); }

 H1.HeaderClassName
 {
   color: #59550C;
 }
 .AnyTagClassName
 {
   color: #59550C;
 }
</style>

background-color css

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

 a { background-color: rgb(89,85,12); }

 div.DivClassName
 {
   background-color: #59550C;
 }
 .BgClassName
 {
   background-color: #59550C;
 }
</style>

border-color css

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

 span { border-color: rgb(89,85,12); }

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