#545215

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

Shades of Army green #545215

Tints of Army green #545215

Color information

#545215 (or 0x545215) is unknown color: approx Army green. HEX triplet: 54, 52 and 15. RGB value is (84,82,21). Sum of RGB (Red+Green+Blue) = 84+82+21=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 84 - color contains mainly: red. Hex color #545215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545215 is #ABADEA. Grayscale: #4B4B4B. Windows color (decimal): -11251179 or 1397332. OLE color: 1397332.

HSL color Cylindrical-coordinate representation of color #545215: hue angle of 58.1º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #545215 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB848221-
CMYK00.020.750.67
HSL58.1º60%20.59%-
HSV(B)58.1º75%32.94%-
XYZ6.817.971.89-
YUV75.6497.16133.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 21 (8.59% from 255) = 11.23%
R=44.92%
G=43.85%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84822100.020.750.6758.16020.59
Hex545215024B433a3c15
Octal1241222502113103727425
Binary10101001010010101010101001011100001111101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545215; }

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

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

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

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

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

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

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

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