Html Css Color HEX #55561E Army green

📋 copy color: '#55561E'

red 85 ◦ green 86 ◦ blue 30

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

Shades of Army green #55561E

Tints of Army green #55561E

RGB

 RED value IS 85 (33.59% from 255) = 42.29%

 GREEN value IS 86 (33.98% from 255) = 42.79%

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 42.29%
G = 42.79%
B = 14.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#55561E (or 0x55561E) is known color: Army green. HEX triplet: 55, 56 and 1E. RGB value is (85,86,30). Sum of RGB (Red+Green+Blue) = 85+86+30=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #55561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55561E is #AAA9E1. Grayscale: #4F4F4F. Windows color (decimal): -11184610 or 1988181. OLE color: 1988181.

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

Color convert

RGB 85 86 30 -
CMYK 0.01 0 0.65 0.66
HSL 61.07º 0.48% 0.23% -
HSV(B) 61.07º 0.65% 0.34% -
XYZ 7.31 8.68 2.52 -
YUV 79.32 100.17 132.05 -
System Red Green Blue C M Y K H S L
Decimal 85 86 30 0.01 0 0.65 0.66 61.07 0.48 0.23
Hex 55 56 1E 1 0 41 42 3D 30 17
Octal 125 126 36 1 0 101 102 75 60 27
Binary 1010101 1010110 11110 1 0 1000001 1000010 111101 110000 10111

Color Harmonies of #55561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55561E

Black with #55561E

Text Example


Text Example

White with #55561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55561E; }

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

 H1.HeaderClassName
 {
   color: #55561E;
 }
 .AnyTagClassName
 {
   color: #55561E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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