#546650

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

Shades of Tom Thumb #546650

Tints of Tom Thumb #546650

Color information

#546650 (or 0x546650) is unknown color: approx Tom Thumb. HEX triplet: 54, 66 and 50. RGB value is (84,102,80). Sum of RGB (Red+Green+Blue) = 84+102+80=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #546650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546650 is #AB99AF. Grayscale: #5E5E5E. Windows color (decimal): -11246000 or 5269076. OLE color: 5269076.

HSL color Cylindrical-coordinate representation of color #546650: hue angle of 109.09º degrees, saturation: 0.12, 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 #546650 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB8410280-
CMYK0.1800.220.6
HSL109.09º12.09%35.69%-
HSV(B)109.09º21.57%40%-
XYZ9.8611.979.38-
YUV94.11120.04120.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=31.58%
G=38.35%
B=30.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal84102800.1800.220.6109.0912.0935.69
Hex546650120163C6dc24
Octal12414612022026741551444
Binary1010100110011010100001001001011011110011011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546650; }

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

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

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

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

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

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

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

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