#4B6546

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

Shades of Tom Thumb #4B6546

Tints of Tom Thumb #4B6546

Color information

#4B6546 (or 0x4B6546) is unknown color: approx Tom Thumb. HEX triplet: 4B, 65 and 46. RGB value is (75,101,70). Sum of RGB (Red+Green+Blue) = 75+101+70=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6546 is #B49AB9. Grayscale: #595959. Windows color (decimal): -11836090 or 4613451. OLE color: 4613451.

HSL color Cylindrical-coordinate representation of color #4B6546: hue angle of 110.32º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6546 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB7510170-
CMYK0.2600.310.60
HSL110.32º18.13%33.53%-
HSV(B)110.32º30.69%39.61%-
XYZ8.6611.257.51-
YUV89.69116.89117.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=30.49%
G=41.06%
B=28.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75101700.2600.310.60110.3218.1333.53
Hex4B65461A01F3C6e1222
Octal11314510632037741562242
Binary10010111100101100011011010011111111100110111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B6546; }

 p { color: rgb(75,101,70); }

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

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

 a { background-color: rgb(75,101,70); }

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

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

 span { border-color: rgb(75,101,70); }

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