Html Css Color HEX #575513 Army green

📋 copy color: '#575513'

red 87 ◦ green 85 ◦ blue 19

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

Shades of Army green #575513

Tints of Army green #575513

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

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

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

Color convert

RGB 87 85 19 -
CMYK 0 0.02 0.78 0.66
HSL 58.24º 0.64% 0.21% -
HSV(B) 58.24º 0.78% 0.34% -
XYZ 7.3 8.57 1.89 -
YUV 78.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 87 85 19 0 0.02 0.78 0.66 58.24 0.64 0.21
Hex 57 55 13 0 2 4E 42 3A 40 15
Octal 127 125 23 0 2 116 102 72 100 25
Binary 1010111 1010101 10011 0 10 1001110 1000010 111010 1000000 10101

Color Harmonies of #575513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575513

Black with #575513

Text Example


Text Example

White with #575513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575513; }

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

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

background-color css

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

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

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

border-color css

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

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

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