#545114

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

Shades of Army green #545114

Tints of Army green #545114

Color information

#545114 (or 0x545114) is unknown color: approx Army green. HEX triplet: 54, 51 and 14. RGB value is (84,81,20). Sum of RGB (Red+Green+Blue) = 84+81+20=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #545114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545114 is #ABAEEB. Grayscale: #4B4B4B. Windows color (decimal): -11251436 or 1331540. OLE color: 1331540.

HSL color Cylindrical-coordinate representation of color #545114: hue angle of 57.19º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #545114 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB848120-
CMYK00.040.760.67
HSL57.19º61.54%20.39%-
HSV(B)57.19º76.19%32.94%-
XYZ6.727.821.82-
YUV74.9496.99134.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=45.41%
G=43.78%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84812000.040.760.6757.1961.5420.39
Hex545114044C43393e14
Octal1241212404114103717624
Binary101010010100011010001001001100100001111100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545114; }

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

 H1.HeaderClassName
 {
   color: #545114;
 }
 .AnyTagClassName
 {
   color: #545114;
 }
</style>
background-color css

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

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

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

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

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

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