#545413

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

Shades of Army green #545413

Tints of Army green #545413

Color information

#545413 (or 0x545413) is unknown color: approx Army green. HEX triplet: 54, 54 and 13. RGB value is (84,84,19). Sum of RGB (Red+Green+Blue) = 84+84+19=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545413 is #ABABEC. Grayscale: #4C4C4C. Windows color (decimal): -11250669 or 1266772. OLE color: 1266772.

HSL color Cylindrical-coordinate representation of color #545413: hue angle of 60º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #545413 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB848419-
CMYK000.770.67
HSL60º63.11%20.2%-
HSV(B)60º77.38%32.94%-
XYZ6.948.271.85-
YUV76.5995.5133.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=44.92%
G=44.92%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal848419000.770.676063.1120.2
Hex545413004D433c3f14
Octal1241242300115103747724
Binary1010100101010010011001001101100001111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545413; }

 p { color: rgb(84,84,19); }

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

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

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

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

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

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

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