Html Css Color HEX #575414 Army green

📋 copy color: '#575414'

red 87 ◦ green 84 ◦ blue 20

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

Shades of Army green #575414

Tints of Army green #575414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 45.55%
G = 43.98%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#575414 (or 0x575414) is known color: Army green. HEX triplet: 57, 54 and 14. RGB value is (87,84,20). Sum of RGB (Red+Green+Blue) = 87+84+20=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #575414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575414 is #A8ABEB. Grayscale: #4D4D4D. Windows color (decimal): -11054060 or 1332311. OLE color: 1332311.

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

Color convert

RGB 87 84 20 -
CMYK 0 0.03 0.77 0.66
HSL 57.31º 0.63% 0.21% -
HSV(B) 57.31º 0.77% 0.34% -
XYZ 7.23 8.42 1.91 -
YUV 77.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 87 84 20 0 0.03 0.77 0.66 57.31 0.63 0.21
Hex 57 54 14 0 3 4D 42 39 3F 15
Octal 127 124 24 0 3 115 102 71 77 25
Binary 1010111 1010100 10100 0 11 1001101 1000010 111001 111111 10101

Color Harmonies of #575414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575414

Black with #575414

Text Example


Text Example

White with #575414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575414; }

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

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

background-color css

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

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

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

border-color css

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

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

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