Html Css Color HEX #555517 Army green

📋 copy color: '#555517'

red 85 ◦ green 85 ◦ blue 23

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

Shades of Army green #555517

Tints of Army green #555517

RGB

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

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

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

R = 44.04%
G = 44.04%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#555517 (or 0x555517) is known color: Army green. HEX triplet: 55, 55 and 17. RGB value is (85,85,23). Sum of RGB (Red+Green+Blue) = 85+85+23=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555517 is #AAAAE8. Grayscale: #4E4E4E. Windows color (decimal): -11184873 or 1529173. OLE color: 1529173.

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

Color convert

RGB 85 85 23 -
CMYK 0 0 0.73 0.67
HSL 60º 0.57% 0.21% -
HSV(B) 60º 0.73% 0.33% -
XYZ 7.15 8.49 2.07 -
YUV 77.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 85 85 23 0 0 0.73 0.67 60 0.57 0.21
Hex 55 55 17 0 0 49 43 3C 39 15
Octal 125 125 27 0 0 111 103 74 71 25
Binary 1010101 1010101 10111 0 0 1001001 1000011 111100 111001 10101

Color Harmonies of #555517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555517

Black with #555517

Text Example


Text Example

White with #555517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555517; }

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

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

background-color css

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

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

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

border-color css

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

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

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