#546F50

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

Shades of Cactus #546F50

Tints of Cactus #546F50

Color information

#546F50 (or 0x546F50) is unknown color: approx Cactus. HEX triplet: 54, 6F and 50. RGB value is (84,111,80). Sum of RGB (Red+Green+Blue) = 84+111+80=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #546F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F50 is #AB90AF. Grayscale: #636363. Windows color (decimal): -11243696 or 5271380. OLE color: 5271380.

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

Color convert

RGB8411180-
CMYK0.2400.280.56
HSL112.26º16.23%37.45%-
HSV(B)112.26º27.93%43.53%-
XYZ10.7913.839.69-
YUV99.39117.05117.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=30.55%
G=40.36%
B=29.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84111800.2400.280.56112.2616.2337.45
Hex546F501801C38701025
Octal12415712030034701602045
Binary10101001101111101000011000011100111000111000010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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