Html Css Color HEX #555513 Army green

📋 copy color: '#555513'

red 85 ◦ green 85 ◦ blue 19

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

Shades of Army green #555513

Tints of Army green #555513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 44.97%
G = 44.97%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#555513 (or 0x555513) is known color: Army green. HEX triplet: 55, 55 and 13. RGB value is (85,85,19). Sum of RGB (Red+Green+Blue) = 85+85+19=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555513 is #AAAAEC. Grayscale: #4D4D4D. Windows color (decimal): -11184877 or 1267029. OLE color: 1267029.

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

Color convert

RGB 85 85 19 -
CMYK 0 0 0.78 0.67
HSL 60º 0.63% 0.2% -
HSV(B) 60º 0.78% 0.33% -
XYZ 7.11 8.48 1.88 -
YUV 77.48 95 133.37 -
System Red Green Blue C M Y K H S L
Decimal 85 85 19 0 0 0.78 0.67 60 0.63 0.2
Hex 55 55 13 0 0 4E 43 3C 3F 14
Octal 125 125 23 0 0 116 103 74 77 24
Binary 1010101 1010101 10011 0 0 1001110 1000011 111100 111111 10100

Color Harmonies of #555513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555513

Black with #555513

Text Example


Text Example

White with #555513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555513; }

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

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

background-color css

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

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

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

border-color css

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

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

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