Html Css Color HEX #555713 Army green

📋 copy color: '#555713'

red 85 ◦ green 87 ◦ blue 19

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

Shades of Army green #555713

Tints of Army green #555713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.55%

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

R = 44.5%
G = 45.55%
B = 9.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#555713 (or 0x555713) is known color: Army green. HEX triplet: 55, 57 and 13. RGB value is (85,87,19). Sum of RGB (Red+Green+Blue) = 85+87+19=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #555713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555713 is #AAA8EC. Grayscale: #4E4E4E. Windows color (decimal): -11184365 or 1267541. OLE color: 1267541.

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

Color convert

RGB 85 87 19 -
CMYK 0.02 0 0.78 0.66
HSL 61.76º 0.64% 0.21% -
HSV(B) 61.76º 0.78% 0.34% -
XYZ 7.27 8.79 1.93 -
YUV 78.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 85 87 19 0.02 0 0.78 0.66 61.76 0.64 0.21
Hex 55 57 13 2 0 4E 42 3E 40 15
Octal 125 127 23 2 0 116 102 76 100 25
Binary 1010101 1010111 10011 10 0 1001110 1000010 111110 1000000 10101

Color Harmonies of #555713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555713

Black with #555713

Text Example


Text Example

White with #555713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555713; }

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

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

background-color css

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

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

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

border-color css

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

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

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