Html Css Color HEX #59550D Army green

📋 copy color: '#59550D'

red 89 ◦ green 85 ◦ blue 13

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

Shades of Army green #59550D

Tints of Army green #59550D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 47.59%
G = 45.45%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59550D (or 0x59550D) is known color: Army green. HEX triplet: 59, 55 and 0D. RGB value is (89,85,13). Sum of RGB (Red+Green+Blue) = 89+85+13=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59550D is #A6AAF2. Grayscale: #4E4E4E. Windows color (decimal): -10922739 or 873817. OLE color: 873817.

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

Color convert

RGB 89 85 13 -
CMYK 0 0.04 0.85 0.65
HSL 56.84º 0.75% 0.2% -
HSV(B) 56.84º 0.85% 0.35% -
XYZ 7.44 8.65 1.66 -
YUV 77.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 89 85 13 0 0.04 0.85 0.65 56.84 0.75 0.2
Hex 59 55 D 0 4 55 41 39 4B 14
Octal 131 125 15 0 4 125 101 71 113 24
Binary 1011001 1010101 1101 0 100 1010101 1000001 111001 1001011 10100

Color Harmonies of #59550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59550D

Black with #59550D

Text Example


Text Example

White with #59550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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