#545914

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

Shades of Army green #545914

Tints of Army green #545914

Color information

#545914 (or 0x545914) is unknown color: approx Army green. HEX triplet: 54, 59 and 14. RGB value is (84,89,20). Sum of RGB (Red+Green+Blue) = 84+89+20=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #545914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545914 is #ABA6EB. Grayscale: #4F4F4F. Windows color (decimal): -11249388 or 1333588. OLE color: 1333588.

HSL color Cylindrical-coordinate representation of color #545914: hue angle of 64.35º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #545914 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB848920-
CMYK0.0600.780.65
HSL64.35º63.3%21.37%-
HSV(B)64.35º77.53%34.9%-
XYZ7.359.082.03-
YUV79.6494.34131.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=43.52%
G=46.11%
B=10.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489200.0600.780.6564.3563.321.37
Hex545914604E41403f15
Octal12413124601161011007725
Binary1010100101100110100110010011101000001100000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545914; }

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

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

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

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

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

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

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

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