#545814

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

Shades of Army green #545814

Tints of Army green #545814

Color information

#545814 (or 0x545814) is unknown color: approx Army green. HEX triplet: 54, 58 and 14. RGB value is (84,88,20). Sum of RGB (Red+Green+Blue) = 84+88+20=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #545814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545814 is #ABA7EB. Grayscale: #4F4F4F. Windows color (decimal): -11249644 or 1333332. OLE color: 1333332.

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

Color convert

RGB848820-
CMYK0.0500.770.65
HSL63.53º62.96%21.18%-
HSV(B)63.53º77.27%34.51%-
XYZ7.278.912-
YUV79.0594.67131.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 88 (34.77% from 255) = 45.83%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=43.75%
G=45.83%
B=10.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488200.0500.770.6563.5362.9621.18
Hex545814504D41403f15
Octal12413024501151011007725
Binary1010100101100010100101010011011000001100000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545814; }

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

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

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

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

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

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

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

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