#4E5D46

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

Shades of Tom Thumb #4E5D46

Tints of Tom Thumb #4E5D46

Color information

#4E5D46 (or 0x4E5D46) is unknown color: approx Tom Thumb. HEX triplet: 4E, 5D and 46. RGB value is (78,93,70). Sum of RGB (Red+Green+Blue) = 78+93+70=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 93 - color contains mainly: green. Hex color #4E5D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5D46 is #B1A2B9. Grayscale: #555555. Windows color (decimal): -11641530 or 4611406. OLE color: 4611406.

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

Color convert

RGB789370-
CMYK0.1600.250.64
HSL99.13º14.11%31.96%-
HSV(B)99.13º24.73%36.47%-
XYZ8.169.897.27-
YUV85.89119.03122.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.37%
GREEN value IS 93 (36.72% from 255) = 38.59%
BLUE value IS 70 (27.73% from 255) = 29.05%
R=32.37%
G=38.59%
B=29.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7893700.1600.250.6499.1314.1131.96
Hex4E5D46100194063e20
Octal116135106200311001431640
Binary10011101011101100011010000011001100000011000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,93,70); }

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

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

 a { background-color: rgb(78,93,70); }

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

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

 span { border-color: rgb(78,93,70); }

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