#546940

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

Shades of Chalet Green #546940

Tints of Chalet Green #546940

Color information

#546940 (or 0x546940) is unknown color: approx Chalet Green. HEX triplet: 54, 69 and 40. RGB value is (84,105,64). Sum of RGB (Red+Green+Blue) = 84+105+64=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #546940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546940 is #AB96BF. Grayscale: #5E5E5E. Windows color (decimal): -11245248 or 4221268. OLE color: 4221268.

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

Color convert

RGB8410564-
CMYK0.2000.390.59
HSL90.73º24.26%33.14%-
HSV(B)90.73º39.05%41.18%-
XYZ9.6312.366.73-
YUV94.05111.04120.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 64 (25.39% from 255) = 25.30%
R=33.20%
G=41.50%
B=25.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84105640.2000.390.5990.7324.2633.14
Hex546940140273B5b1821
Octal12415110024047731333041
Binary101010011010011000000101000100111111011101101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546940; }

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

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

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

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

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

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

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

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