Html Css Color HEX #55561C Army green

📋 copy color: '#55561C'

red 85 ◦ green 86 ◦ blue 28

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

Shades of Army green #55561C

Tints of Army green #55561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 42.71%
G = 43.22%
B = 14.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#55561C (or 0x55561C) is known color: Army green. HEX triplet: 55, 56 and 1C. RGB value is (85,86,28). Sum of RGB (Red+Green+Blue) = 85+86+28=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #55561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55561C is #AAA9E3. Grayscale: #4F4F4F. Windows color (decimal): -11184612 or 1857109. OLE color: 1857109.

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

Color convert

RGB 85 86 28 -
CMYK 0.01 0 0.67 0.66
HSL 61.03º 0.51% 0.22% -
HSV(B) 61.03º 0.67% 0.34% -
XYZ 7.28 8.67 2.39 -
YUV 79.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 85 86 28 0.01 0 0.67 0.66 61.03 0.51 0.22
Hex 55 56 1C 1 0 43 42 3D 33 16
Octal 125 126 34 1 0 103 102 75 63 26
Binary 1010101 1010110 11100 1 0 1000011 1000010 111101 110011 10110

Color Harmonies of #55561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55561C

Black with #55561C

Text Example


Text Example

White with #55561C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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