Html Css Color HEX #555317 Army green

📋 copy color: '#555317'

red 85 ◦ green 83 ◦ blue 23

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

Shades of Army green #555317

Tints of Army green #555317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.46%

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

R = 44.5%
G = 43.46%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#555317 (or 0x555317) is known color: Army green. HEX triplet: 55, 53 and 17. RGB value is (85,83,23). Sum of RGB (Red+Green+Blue) = 85+83+23=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #555317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555317 is #AAACE8. Grayscale: #4D4D4D. Windows color (decimal): -11185385 or 1528661. OLE color: 1528661.

HSL color Cylindrical-coordinate representation of color #555317: hue angle of 58.06º 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 #555317 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 83 23 -
CMYK 0 0.02 0.73 0.67
HSL 58.06º 0.57% 0.21% -
HSV(B) 58.06º 0.73% 0.33% -
XYZ 6.99 8.18 2.02 -
YUV 76.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 85 83 23 0 0.02 0.73 0.67 58.06 0.57 0.21
Hex 55 53 17 0 2 49 43 3A 39 15
Octal 125 123 27 0 2 111 103 72 71 25
Binary 1010101 1010011 10111 0 10 1001001 1000011 111010 111001 10101

Color Harmonies of #555317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555317

Black with #555317

Text Example


Text Example

White with #555317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555317; }

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

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

background-color css

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

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

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

border-color css

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

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

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