Html Css Color HEX #575410 Army green

📋 copy color: '#575410'

red 87 ◦ green 84 ◦ blue 16

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

Shades of Army green #575410

Tints of Army green #575410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.92%

 BLUE value IS 16 (6.64% from 255) = 8.56%

R = 46.52%
G = 44.92%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#575410 (or 0x575410) is known color: Army green. HEX triplet: 57, 54 and 10. RGB value is (87,84,16). Sum of RGB (Red+Green+Blue) = 87+84+16=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #575410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575410 is #A8ABEF. Grayscale: #4D4D4D. Windows color (decimal): -11054064 or 1070167. OLE color: 1070167.

HSL color Cylindrical-coordinate representation of color #575410: hue angle of 57.46º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #575410 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 84 16 -
CMYK 0 0.03 0.82 0.66
HSL 57.46º 0.69% 0.2% -
HSV(B) 57.46º 0.82% 0.34% -
XYZ 7.19 8.4 1.73 -
YUV 77.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 87 84 16 0 0.03 0.82 0.66 57.46 0.69 0.2
Hex 57 54 10 0 3 52 42 39 45 14
Octal 127 124 20 0 3 122 102 71 105 24
Binary 1010111 1010100 10000 0 11 1010010 1000010 111001 1000101 10100

Color Harmonies of #575410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575410

Black with #575410

Text Example


Text Example

White with #575410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575410; }

 p { color: rgb(87,84,16); }

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

background-color css

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

 a { background-color: rgb(87,84,16); }

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

border-color css

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

 span { border-color: rgb(87,84,16); }

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