#546B50

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

Shades of Cactus #546B50

Tints of Cactus #546B50

Color information

#546B50 (or 0x546B50) is unknown color: approx Cactus. HEX triplet: 54, 6B and 50. RGB value is (84,107,80). Sum of RGB (Red+Green+Blue) = 84+107+80=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 107 - color contains mainly: green. Hex color #546B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B50 is #AB94AF. Grayscale: #616161. Windows color (decimal): -11244720 or 5270356. OLE color: 5270356.

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

Color convert

RGB8410780-
CMYK0.2100.250.58
HSL111.11º14.44%36.67%-
HSV(B)111.11º25.23%41.96%-
XYZ10.3612.989.55-
YUV97.04118.38118.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=31.00%
G=39.48%
B=29.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84107800.2100.250.58111.1114.4436.67
Hex546B50150193A6fe25
Octal12415312025031721571645
Binary1010100110101110100001010101100111101011011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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