#546E4F

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

Shades of Cactus #546E4F

Tints of Cactus #546E4F

Color information

#546E4F (or 0x546E4F) is unknown color: approx Cactus. HEX triplet: 54, 6E and 4F. RGB value is (84,110,79). Sum of RGB (Red+Green+Blue) = 84+110+79=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 110 - color contains mainly: green. Hex color #546E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E4F is #AB91B0. Grayscale: #626262. Windows color (decimal): -11243953 or 5205588. OLE color: 5205588.

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

Color convert

RGB8411079-
CMYK0.2400.280.57
HSL110.32º16.4%37.06%-
HSV(B)110.32º28.18%43.14%-
XYZ10.6413.69.46-
YUV98.69116.89117.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=30.77%
G=40.29%
B=28.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84110790.2400.280.57110.3216.437.06
Hex546E4F1801C396e1025
Octal12415611730034711562045
Binary10101001101110100111111000011100111001110111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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