#546150

Color #546150 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #546150

Tints of Tom Thumb #546150

Color information

#546150 (or 0x546150) is unknown color: approx Tom Thumb. HEX triplet: 54, 61 and 50. RGB value is (84,97,80). Sum of RGB (Red+Green+Blue) = 84+97+80=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #546150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546150 is #AB9EAF. Grayscale: #5B5B5B. Windows color (decimal): -11247280 or 5267796. OLE color: 5267796.

HSL color Cylindrical-coordinate representation of color #546150: hue angle of 105.88º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #546150 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB849780-
CMYK0.1300.180.62
HSL105.88º9.6%34.71%-
HSV(B)105.88º17.53%38.04%-
XYZ9.3811.019.22-
YUV91.18121.69122.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.18%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=32.18%
G=37.16%
B=30.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497800.1300.180.62105.889.634.71
Hex546150D0123E6aa23
Octal12414112015022761521243
Binary101010011000011010000110101001011111011010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546150; }

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

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

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

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

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

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

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

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