Html Css Color HEX #556117 Army green

📋 copy color: '#556117'

red 85 ◦ green 97 ◦ blue 23

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

Shades of Army green #556117

Tints of Army green #556117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.22%

R = 41.46%
G = 47.32%
B = 11.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#556117 (or 0x556117) is known color: Army green. HEX triplet: 55, 61 and 17. RGB value is (85,97,23). Sum of RGB (Red+Green+Blue) = 85+97+23=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #556117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556117 is #AA9EE8. Grayscale: #555555. Windows color (decimal): -11181801 or 1532245. OLE color: 1532245.

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

Color convert

RGB 85 97 23 -
CMYK 0.12 0 0.76 0.62
HSL 69.73º 0.62% 0.24% -
HSV(B) 69.73º 0.76% 0.38% -
XYZ 8.18 10.54 2.41 -
YUV 84.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 85 97 23 0.12 0 0.76 0.62 69.73 0.62 0.24
Hex 55 61 17 C 0 4C 3E 46 3E 18
Octal 125 141 27 14 0 114 76 106 76 30
Binary 1010101 1100001 10111 1100 0 1001100 111110 1000110 111110 11000

Color Harmonies of #556117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556117

Black with #556117

Text Example


Text Example

White with #556117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556117; }

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

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

background-color css

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

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

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

border-color css

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

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

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