#546750

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

Shades of Tom Thumb #546750

Tints of Tom Thumb #546750

Color information

#546750 (or 0x546750) is unknown color: approx Tom Thumb. HEX triplet: 54, 67 and 50. RGB value is (84,103,80). Sum of RGB (Red+Green+Blue) = 84+103+80=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #546750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546750 is #AB98AF. Grayscale: #5E5E5E. Windows color (decimal): -11245744 or 5269332. OLE color: 5269332.

HSL color Cylindrical-coordinate representation of color #546750: hue angle of 109.57º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #546750 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB8410380-
CMYK0.1800.220.60
HSL109.57º12.57%35.88%-
HSV(B)109.57º22.33%40.39%-
XYZ9.9512.169.41-
YUV94.7119.71120.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=31.46%
G=38.58%
B=29.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84103800.1800.220.60109.5712.5735.88
Hex546750120163C6ed24
Octal12414712022026741561544
Binary1010100110011110100001001001011011110011011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546750; }

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

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

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

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

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

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

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

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