Html Css Color HEX #4E5D46 Tom Thumb

📋 copy color: '#4E5D46'

red 78 ◦ green 93 ◦ blue 70

#4E5D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #4E5D46

Tints of Tom Thumb #4E5D46

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 value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#4E5D46 (or 0x4E5D46) is known color: 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

RGB 78 93 70 -
CMYK 0.16 0 0.25 0.64
HSL 99.13º 0.14% 0.32% -
HSV(B) 99.13º 0.25% 0.36% -
XYZ 8.16 9.89 7.27 -
YUV 85.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 78 93 70 0.16 0 0.25 0.64 99.13 0.14 0.32
Hex 4E 5D 46 10 0 19 40 63 E 20
Octal 116 135 106 20 0 31 100 143 16 40
Binary 1001110 1011101 1000110 10000 0 11001 1000000 1100011 1110 100000

Color Harmonies of #4E5D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5D46

Black with #4E5D46

Text Example


Text Example

White with #4E5D46

Text Example


Text Example

HTML Codes & Css Web 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>