#545213

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

Shades of Army green #545213

Tints of Army green #545213

Color information

#545213 (or 0x545213) is unknown color: approx Army green. HEX triplet: 54, 52 and 13. RGB value is (84,82,19). Sum of RGB (Red+Green+Blue) = 84+82+19=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 84 - color contains mainly: red. Hex color #545213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545213 is #ABADEC. Grayscale: #4B4B4B. Windows color (decimal): -11251181 or 1266260. OLE color: 1266260.

HSL color Cylindrical-coordinate representation of color #545213: hue angle of 58.15º 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 #545213 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB848219-
CMYK00.020.770.67
HSL58.15º63.11%20.2%-
HSV(B)58.15º77.38%32.94%-
XYZ6.797.971.8-
YUV75.4296.16134.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.41%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=45.41%
G=44.32%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84821900.020.770.6758.1563.1120.2
Hex545213024D433a3f14
Octal1241222302115103727724
Binary10101001010010100110101001101100001111101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545213; }

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

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

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

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

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

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

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

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