#546E51

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

Shades of Cactus #546E51

Tints of Cactus #546E51

Color information

#546E51 (or 0x546E51) is unknown color: approx Cactus. HEX triplet: 54, 6E and 51. RGB value is (84,110,81). Sum of RGB (Red+Green+Blue) = 84+110+81=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 110 - color contains mainly: green. Hex color #546E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E51 is #AB91AE. Grayscale: #636363. Windows color (decimal): -11243951 or 5336660. OLE color: 5336660.

HSL color Cylindrical-coordinate representation of color #546E51: hue angle of 113.79º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #546E51 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB8411081-
CMYK0.2400.260.57
HSL113.79º15.18%37.45%-
HSV(B)113.79º26.36%43.14%-
XYZ10.7213.639.85-
YUV98.92117.89117.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 81 (32.03% from 255) = 29.45%
R=30.55%
G=40%
B=29.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84110810.2400.260.57113.7915.1837.45
Hex546E511801A3972f25
Octal12415612130032711621745
Binary1010100110111010100011100001101011100111100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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