#546241

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

Shades of Chalet Green #546241

Tints of Chalet Green #546241

Color information

#546241 (or 0x546241) is unknown color: approx Chalet Green. HEX triplet: 54, 62 and 41. RGB value is (84,98,65). Sum of RGB (Red+Green+Blue) = 84+98+65=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #546241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546241 is #AB9DBE. Grayscale: #5A5A5A. Windows color (decimal): -11247039 or 4285012. OLE color: 4285012.

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

Color convert

RGB849865-
CMYK0.1400.340.62
HSL85.45º20.25%31.96%-
HSV(B)85.45º33.67%38.43%-
XYZ8.98116.65-
YUV90.05113.86123.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=34.01%
G=39.68%
B=26.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498650.1400.340.6285.4520.2531.96
Hex546241E0223E551420
Octal12414210116042761252440
Binary10101001100010100000111100100010111110101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546241; }

 p { color: rgb(84,98,65); }

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

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

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

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

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

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

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