#545716

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

Shades of Army green #545716

Tints of Army green #545716

Color information

#545716 (or 0x545716) is unknown color: approx Army green. HEX triplet: 54, 57 and 16. RGB value is (84,87,22). Sum of RGB (Red+Green+Blue) = 84+87+22=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #545716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545716 is #ABA8E9. Grayscale: #4E4E4E. Windows color (decimal): -11249898 or 1464148. OLE color: 1464148.

HSL color Cylindrical-coordinate representation of color #545716: hue angle of 62.77º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #545716 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB848722-
CMYK0.0300.750.66
HSL62.77º59.63%21.37%-
HSV(B)62.77º74.71%34.12%-
XYZ7.218.762.07-
YUV78.6996.01131.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 87 (34.38% from 255) = 45.08%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=43.52%
G=45.08%
B=11.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487220.0300.750.6662.7759.6321.37
Hex545716304B423f3c15
Octal1241272630113102777425
Binary10101001010111101101101001011100001011111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545716; }

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

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

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

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

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

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

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

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