#546040

Color #546040 Lunar Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lunar Green #546040

Tints of Lunar Green #546040

Color information

#546040 (or 0x546040) is unknown color: approx Lunar Green. HEX triplet: 54, 60 and 40. RGB value is (84,96,64). Sum of RGB (Red+Green+Blue) = 84+96+64=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #546040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546040 is #AB9FBF. Grayscale: #585858. Windows color (decimal): -11247552 or 4218964. OLE color: 4218964.

HSL color Cylindrical-coordinate representation of color #546040: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #546040 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB849664-
CMYK0.1200.330.62
HSL82.5º20%31.37%-
HSV(B)82.5º33.33%37.65%-
XYZ8.7610.626.44-
YUV88.76114.02124.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=34.43%
G=39.34%
B=26.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496640.1200.330.6282.52031.37
Hex546040C0213E52141f
Octal12414010014041761222437
Binary1010100110000010000001100010000111111010100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546040; }

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

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

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

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

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

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

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

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