Html Css Color HEX #556119 Army green

📋 copy color: '#556119'

red 85 ◦ green 97 ◦ blue 25

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

Shades of Army green #556119

Tints of Army green #556119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 41.06%
G = 46.86%
B = 12.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#556119 (or 0x556119) is known color: Army green. HEX triplet: 55, 61 and 19. RGB value is (85,97,25). Sum of RGB (Red+Green+Blue) = 85+97+25=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #556119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556119 is #AA9EE6. Grayscale: #555555. Windows color (decimal): -11181799 or 1663317. OLE color: 1663317.

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

Color convert

RGB 85 97 25 -
CMYK 0.12 0 0.74 0.62
HSL 70º 0.59% 0.24% -
HSV(B) 70º 0.74% 0.38% -
XYZ 8.2 10.55 2.52 -
YUV 85.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 85 97 25 0.12 0 0.74 0.62 70 0.59 0.24
Hex 55 61 19 C 0 4A 3E 46 3B 18
Octal 125 141 31 14 0 112 76 106 73 30
Binary 1010101 1100001 11001 1100 0 1001010 111110 1000110 111011 11000

Color Harmonies of #556119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556119

Black with #556119

Text Example


Text Example

White with #556119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556119; }

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

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

background-color css

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

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

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

border-color css

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

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

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