#4B5D47

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

Shades of Tom Thumb #4B5D47

Tints of Tom Thumb #4B5D47

Color information

#4B5D47 (or 0x4B5D47) is unknown color: approx Tom Thumb. HEX triplet: 4B, 5D and 47. RGB value is (75,93,71). Sum of RGB (Red+Green+Blue) = 75+93+71=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #4B5D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5D47 is #B4A2B8. Grayscale: #555555. Windows color (decimal): -11838137 or 4676939. OLE color: 4676939.

HSL color Cylindrical-coordinate representation of color #4B5D47: hue angle of 109.09º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B5D47 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB759371-
CMYK0.1900.240.64
HSL109.09º13.41%32.16%-
HSV(B)109.09º23.66%36.47%-
XYZ7.959.787.43-
YUV85.11120.04120.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.38%
GREEN value IS 93 (36.72% from 255) = 38.91%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=31.38%
G=38.91%
B=29.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7593710.1900.240.64109.0913.4132.16
Hex4B5D4713018406dd20
Octal113135107230301001551540
Binary10010111011101100011110011011000100000011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,93,71); }

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

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

 a { background-color: rgb(75,93,71); }

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

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

 span { border-color: rgb(75,93,71); }

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