#546842

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

Shades of Chalet Green #546842

Tints of Chalet Green #546842

Color information

#546842 (or 0x546842) is unknown color: approx Chalet Green. HEX triplet: 54, 68 and 42. RGB value is (84,104,66). Sum of RGB (Red+Green+Blue) = 84+104+66=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #546842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546842 is #AB97BD. Grayscale: #5D5D5D. Windows color (decimal): -11245502 or 4352084. OLE color: 4352084.

HSL color Cylindrical-coordinate representation of color #546842: hue angle of 91.58º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #546842 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB8410466-
CMYK0.1900.370.59
HSL91.58º22.35%33.33%-
HSV(B)91.58º36.54%40.78%-
XYZ9.5912.187-
YUV93.69112.37121.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 66 (26.17% from 255) = 25.98%
R=33.07%
G=40.94%
B=25.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104660.1900.370.5991.5822.3533.33
Hex546842130253B5c1621
Octal12415010223045731342641
Binary101010011010001000010100110100101111011101110010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546842; }

 p { color: rgb(84,104,66); }

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

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

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

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

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

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

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