Html Css Color HEX #555516 Army green

📋 copy color: '#555516'

red 85 ◦ green 85 ◦ blue 22

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

Shades of Army green #555516

Tints of Army green #555516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 44.27%
G = 44.27%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#555516 (or 0x555516) is known color: Army green. HEX triplet: 55, 55 and 16. RGB value is (85,85,22). Sum of RGB (Red+Green+Blue) = 85+85+22=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555516 is #AAAAE9. Grayscale: #4E4E4E. Windows color (decimal): -11184874 or 1463637. OLE color: 1463637.

HSL color Cylindrical-coordinate representation of color #555516: hue angle of 60º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #555516 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 85 22 -
CMYK 0 0 0.74 0.67
HSL 60º 0.59% 0.21% -
HSV(B) 60º 0.74% 0.33% -
XYZ 7.14 8.49 2.02 -
YUV 77.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 85 85 22 0 0 0.74 0.67 60 0.59 0.21
Hex 55 55 16 0 0 4A 43 3C 3B 15
Octal 125 125 26 0 0 112 103 74 73 25
Binary 1010101 1010101 10110 0 0 1001010 1000011 111100 111011 10101

Color Harmonies of #555516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555516

Black with #555516

Text Example


Text Example

White with #555516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555516; }

 p { color: rgb(85,85,22); }

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

background-color css

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

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

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

border-color css

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

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

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