#57540E

Color #57540E Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #57540E

Tints of Army green #57540E

Color information

#57540E (or 0x57540E) is unknown color: approx 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

RGB878414-
CMYK00.030.840.66
HSL57.53º72.28%19.8%-
HSV(B)57.53º83.91%34.12%-
XYZ7.188.41.66-
YUV76.9292.49135.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87841400.030.840.6657.5372.2819.8
Hex5754E0354423a4814
Octal12712416031241027211024
Binary10101111010100111001110101001000010111010100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>