#546142

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

Shades of Chalet Green #546142

Tints of Chalet Green #546142

Color information

#546142 (or 0x546142) is unknown color: approx Chalet Green. HEX triplet: 54, 61 and 42. RGB value is (84,97,66). Sum of RGB (Red+Green+Blue) = 84+97+66=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #546142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546142 is #AB9EBD. Grayscale: #595959. Windows color (decimal): -11247294 or 4350292. OLE color: 4350292.

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

Color convert

RGB849766-
CMYK0.1300.320.62
HSL85.16º19.02%31.96%-
HSV(B)85.16º31.96%38.04%-
XYZ8.9110.836.77-
YUV89.58114.69124.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=34.01%
G=39.27%
B=26.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497660.1300.320.6285.1619.0231.96
Hex546142D0203E551320
Octal12414110215040761252340
Binary10101001100001100001011010100000111110101010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546142; }

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

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

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

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

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

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

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

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