Html Css Color HEX #55611B Army green

📋 copy color: '#55611B'

red 85 ◦ green 97 ◦ blue 27

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

Shades of Army green #55611B

Tints of Army green #55611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.41%

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 40.67%
G = 46.41%
B = 12.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#55611B (or 0x55611B) is known color: Army green. HEX triplet: 55, 61 and 1B. RGB value is (85,97,27). Sum of RGB (Red+Green+Blue) = 85+97+27=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #55611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55611B is #AA9EE4. Grayscale: #555555. Windows color (decimal): -11181797 or 1794389. OLE color: 1794389.

HSL color Cylindrical-coordinate representation of color #55611B: hue angle of 70.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55611B is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 27 -
CMYK 0.12 0 0.72 0.62
HSL 70.29º 0.56% 0.24% -
HSV(B) 70.29º 0.72% 0.38% -
XYZ 8.22 10.56 2.64 -
YUV 85.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 85 97 27 0.12 0 0.72 0.62 70.29 0.56 0.24
Hex 55 61 1B C 0 48 3E 46 38 18
Octal 125 141 33 14 0 110 76 106 70 30
Binary 1010101 1100001 11011 1100 0 1001000 111110 1000110 111000 11000

Color Harmonies of #55611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55611B

Black with #55611B

Text Example


Text Example

White with #55611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55611B; }

 p { color: rgb(85,97,27); }

 H1.HeaderClassName
 {
   color: #55611B;
 }
 .AnyTagClassName
 {
   color: #55611B;
 }
</style>

background-color css

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

 a { background-color: rgb(85,97,27); }

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

border-color css

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

 span { border-color: rgb(85,97,27); }

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