Html Css Color HEX #575714 Army green

📋 copy color: '#575714'

red 87 ◦ green 87 ◦ blue 20

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

Shades of Army green #575714

Tints of Army green #575714

RGB

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

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

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

R = 44.85%
G = 44.85%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#575714 (or 0x575714) is known color: Army green. HEX triplet: 57, 57 and 14. RGB value is (87,87,20). Sum of RGB (Red+Green+Blue) = 87+87+20=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575714 is #A8A8EB. Grayscale: #4F4F4F. Windows color (decimal): -11053292 or 1333079. OLE color: 1333079.

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

Color convert

RGB 87 87 20 -
CMYK 0 0 0.77 0.66
HSL 60º 0.63% 0.21% -
HSV(B) 60º 0.77% 0.34% -
XYZ 7.46 8.89 1.98 -
YUV 79.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 87 87 20 0 0 0.77 0.66 60 0.63 0.21
Hex 57 57 14 0 0 4D 42 3C 3F 15
Octal 127 127 24 0 0 115 102 74 77 25
Binary 1010111 1010111 10100 0 0 1001101 1000010 111100 111111 10101

Color Harmonies of #575714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575714

Black with #575714

Text Example


Text Example

White with #575714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575714; }

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

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

background-color css

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

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

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

border-color css

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

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

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