#546242

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

Shades of Chalet Green #546242

Tints of Chalet Green #546242

Color information

#546242 (or 0x546242) is unknown color: approx Chalet Green. HEX triplet: 54, 62 and 42. RGB value is (84,98,66). Sum of RGB (Red+Green+Blue) = 84+98+66=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #546242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546242 is #AB9DBD. Grayscale: #5A5A5A. Windows color (decimal): -11247038 or 4350548. OLE color: 4350548.

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

Color convert

RGB849866-
CMYK0.1400.330.62
HSL86.25º19.51%32.16%-
HSV(B)86.25º32.65%38.43%-
XYZ9.0111.016.81-
YUV90.17114.36123.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=33.87%
G=39.52%
B=26.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498660.1400.330.6286.2519.5132.16
Hex546242E0213E561420
Octal12414210216041761262440
Binary10101001100010100001011100100001111110101011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546242; }

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

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

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

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

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

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

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

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