#54561E

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

Shades of Army green #54561E

Tints of Army green #54561E

Color information

#54561E (or 0x54561E) is unknown color: approx Army green. HEX triplet: 54, 56 and 1E. RGB value is (84,86,30). Sum of RGB (Red+Green+Blue) = 84+86+30=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #54561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54561E is #ABA9E1. Grayscale: #4F4F4F. Windows color (decimal): -11250146 or 1988180. OLE color: 1988180.

HSL color Cylindrical-coordinate representation of color #54561E: hue angle of 62.14º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54561E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB848630-
CMYK0.0200.650.66
HSL62.14º48.28%22.75%-
HSV(B)62.14º65.12%33.73%-
XYZ7.228.632.51-
YUV79.02100.34131.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 30 (12.11% from 255) = 15%
R=42%
G=43%
B=15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8486300.0200.650.6662.1448.2822.75
Hex54561E2041423e3017
Octal1241263620101102766027
Binary10101001010110111101001000001100001011111011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54561E; }

 p { color: rgb(84,86,30); }

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

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

 a { background-color: rgb(84,86,30); }

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

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

 span { border-color: rgb(84,86,30); }

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