#4B5E45

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

Shades of Tom Thumb #4B5E45

Tints of Tom Thumb #4B5E45

Color information

#4B5E45 (or 0x4B5E45) is unknown color: approx Tom Thumb. HEX triplet: 4B, 5E and 45. RGB value is (75,94,69). Sum of RGB (Red+Green+Blue) = 75+94+69=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 94 - color contains mainly: green. Hex color #4B5E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5E45 is #B4A1BA. Grayscale: #555555. Windows color (decimal): -11837883 or 4546123. OLE color: 4546123.

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

Color convert

RGB759469-
CMYK0.2000.270.63
HSL105.6º15.34%31.96%-
HSV(B)105.6º26.6%36.86%-
XYZ7.989.937.13-
YUV85.47118.71120.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 94 (37.11% from 255) = 39.50%
BLUE value IS 69 (27.34% from 255) = 28.99%
R=31.51%
G=39.50%
B=28.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7594690.2000.270.63105.615.3431.96
Hex4B5E451401B3F6af20
Octal11313610524033771521740
Binary1001011101111010001011010001101111111111010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,94,69); }

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

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

 a { background-color: rgb(75,94,69); }

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

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

 span { border-color: rgb(75,94,69); }

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