#546B51

Color #546B51 Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #546B51

Tints of Cactus #546B51

Color information

#546B51 (or 0x546B51) is unknown color: approx Cactus. HEX triplet: 54, 6B and 51. RGB value is (84,107,81). Sum of RGB (Red+Green+Blue) = 84+107+81=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #546B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B51 is #AB94AE. Grayscale: #616161. Windows color (decimal): -11244719 or 5335892. OLE color: 5335892.

HSL color Cylindrical-coordinate representation of color #546B51: hue angle of 113.08º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546B51 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB8410781-
CMYK0.2100.240.58
HSL113.08º13.83%36.86%-
HSV(B)113.08º24.3%41.96%-
XYZ10.412.999.74-
YUV97.16118.88118.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.88%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 81 (32.03% from 255) = 29.78%
R=30.88%
G=39.34%
B=29.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84107810.2100.240.58113.0813.8336.86
Hex546B51150183A71e25
Octal12415312125030721611645
Binary1010100110101110100011010101100011101011100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546B51; }

 p { color: rgb(84,107,81); }

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

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

 a { background-color: rgb(84,107,81); }

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

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

 span { border-color: rgb(84,107,81); }

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