Html Css Color HEX #56551C Army green

📋 copy color: '#56551C'

red 86 ◦ green 85 ◦ blue 28

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

Shades of Army green #56551C

Tints of Army green #56551C

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #56551C: hue angle of 58.97º 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 #56551C is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 85 28 -
CMYK 0 0.01 0.67 0.66
HSL 58.97º 0.51% 0.22% -
HSV(B) 58.97º 0.67% 0.34% -
XYZ 7.3 8.56 2.37 -
YUV 78.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 86 85 28 0 0.01 0.67 0.66 58.97 0.51 0.22
Hex 56 55 1C 0 1 43 42 3B 33 16
Octal 126 125 34 0 1 103 102 73 63 26
Binary 1010110 1010101 11100 0 1 1000011 1000010 111011 110011 10110

Color Harmonies of #56551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56551C

Black with #56551C

Text Example


Text Example

White with #56551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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