Html Css Color HEX #555614 Army green

📋 copy color: '#555614'

red 85 ◦ green 86 ◦ blue 20

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

Shades of Army green #555614

Tints of Army green #555614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 44.5%
G = 45.03%
B = 10.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#555614 (or 0x555614) is known color: Army green. HEX triplet: 55, 56 and 14. RGB value is (85,86,20). Sum of RGB (Red+Green+Blue) = 85+86+20=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #555614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555614 is #AAA9EB. Grayscale: #4E4E4E. Windows color (decimal): -11184620 or 1332821. OLE color: 1332821.

HSL color Cylindrical-coordinate representation of color #555614: hue angle of 60.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #555614 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 20 -
CMYK 0.01 0 0.77 0.66
HSL 60.91º 0.62% 0.21% -
HSV(B) 60.91º 0.77% 0.34% -
XYZ 7.2 8.64 1.95 -
YUV 78.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 85 86 20 0.01 0 0.77 0.66 60.91 0.62 0.21
Hex 55 56 14 1 0 4D 42 3D 3E 15
Octal 125 126 24 1 0 115 102 75 76 25
Binary 1010101 1010110 10100 1 0 1001101 1000010 111101 111110 10101

Color Harmonies of #555614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555614

Black with #555614

Text Example


Text Example

White with #555614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555614; }

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

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

background-color css

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

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

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

border-color css

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

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

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