#4B5F46

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

Shades of Tom Thumb #4B5F46

Tints of Tom Thumb #4B5F46

Color information

#4B5F46 (or 0x4B5F46) is unknown color: approx Tom Thumb. HEX triplet: 4B, 5F and 46. RGB value is (75,95,70). Sum of RGB (Red+Green+Blue) = 75+95+70=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 95 - color contains mainly: green. Hex color #4B5F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5F46 is #B4A0B9. Grayscale: #565656. Windows color (decimal): -11837626 or 4611915. OLE color: 4611915.

HSL color Cylindrical-coordinate representation of color #4B5F46: hue angle of 108º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B5F46 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB759570-
CMYK0.2100.260.63
HSL108º15.15%32.35%-
HSV(B)108º26.32%37.25%-
XYZ8.110.127.32-
YUV86.17118.87120.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=31.25%
G=39.58%
B=29.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7595700.2100.260.6310815.1532.35
Hex4B5F461501A3F6cf20
Octal11313710625032771541740
Binary1001011101111110001101010101101011111111011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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