#4B5946

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

Shades of Tom Thumb #4B5946

Tints of Tom Thumb #4B5946

Color information

#4B5946 (or 0x4B5946) is unknown color: approx Tom Thumb. HEX triplet: 4B, 59 and 46. RGB value is (75,89,70). Sum of RGB (Red+Green+Blue) = 75+89+70=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #4B5946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5946 is #B4A6B9. Grayscale: #525252. Windows color (decimal): -11839162 or 4610379. OLE color: 4610379.

HSL color Cylindrical-coordinate representation of color #4B5946: hue angle of 104.21º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B5946 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB758970-
CMYK0.1600.210.65
HSL104.21º11.95%31.18%-
HSV(B)104.21º21.35%34.9%-
XYZ7.589.087.15-
YUV82.65120.86122.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.05%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=32.05%
G=38.03%
B=29.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7589700.1600.210.65104.2111.9531.18
Hex4B5946100154168c1f
Octal113131106200251011501437
Binary1001011101100110001101000001010110000011101000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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