#546C4B

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

Shades of Tom Thumb #546C4B

Tints of Tom Thumb #546C4B

Color information

#546C4B (or 0x546C4B) is unknown color: approx Tom Thumb. HEX triplet: 54, 6C and 4B. RGB value is (84,108,75). Sum of RGB (Red+Green+Blue) = 84+108+75=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #546C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546C4B is #AB93B4. Grayscale: #616161. Windows color (decimal): -11244469 or 4942932. OLE color: 4942932.

HSL color Cylindrical-coordinate representation of color #546C4B: hue angle of 103.64º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #546C4B is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB8410875-
CMYK0.2200.310.58
HSL103.64º18.03%35.88%-
HSV(B)103.64º30.56%42.35%-
XYZ10.2913.128.65-
YUV97.06115.55118.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=31.46%
G=40.45%
B=28.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84108750.2200.310.58103.6418.0335.88
Hex546C4B1601F3A681224
Octal12415411326037721502244
Binary10101001101100100101110110011111111010110100010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,108,75); }

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

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

 a { background-color: rgb(84,108,75); }

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

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

 span { border-color: rgb(84,108,75); }

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