Html Css Color HEX #57540E Army green

📋 copy color: '#57540E'

red 87 ◦ green 84 ◦ blue 14

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

Shades of Army green #57540E

Tints of Army green #57540E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.57%

R = 47.03%
G = 45.41%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57540E (or 0x57540E) is known color: Army green. HEX triplet: 57, 54 and 0E. RGB value is (87,84,14). Sum of RGB (Red+Green+Blue) = 87+84+14=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57540E is #A8ABF1. Grayscale: #4D4D4D. Windows color (decimal): -11054066 or 939095. OLE color: 939095.

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

Color convert

RGB 87 84 14 -
CMYK 0 0.03 0.84 0.66
HSL 57.53º 0.72% 0.2% -
HSV(B) 57.53º 0.84% 0.34% -
XYZ 7.18 8.4 1.66 -
YUV 76.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 87 84 14 0 0.03 0.84 0.66 57.53 0.72 0.2
Hex 57 54 E 0 3 54 42 3A 48 14
Octal 127 124 16 0 3 124 102 72 110 24
Binary 1010111 1010100 1110 0 11 1010100 1000010 111010 1001000 10100

Color Harmonies of #57540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57540E

Black with #57540E

Text Example


Text Example

White with #57540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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