#54601D

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

Shades of Army green #54601D

Tints of Army green #54601D

Color information

#54601D (or 0x54601D) is unknown color: approx Army green. HEX triplet: 54, 60 and 1D. RGB value is (84,96,29). Sum of RGB (Red+Green+Blue) = 84+96+29=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #54601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54601D is #AB9FE2. Grayscale: #555555. Windows color (decimal): -11247587 or 1925204. OLE color: 1925204.

HSL color Cylindrical-coordinate representation of color #54601D: hue angle of 70.75º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54601D is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB849629-
CMYK0.1200.700.62
HSL70.75º53.6%24.51%-
HSV(B)70.75º69.79%37.65%-
XYZ8.0610.342.73-
YUV84.7796.52127.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 29 (11.72% from 255) = 13.88%
R=40.19%
G=45.93%
B=13.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496290.1200.700.6270.7553.624.51
Hex54601DC0463E473619
Octal12414035140106761076631
Binary1010100110000011101110001000110111110100011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54601D; }

 p { color: rgb(84,96,29); }

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

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

 a { background-color: rgb(84,96,29); }

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

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

 span { border-color: rgb(84,96,29); }

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