#4E6248

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

Shades of Tom Thumb #4E6248

Tints of Tom Thumb #4E6248

Color information

#4E6248 (or 0x4E6248) is unknown color: approx Tom Thumb. HEX triplet: 4E, 62 and 48. RGB value is (78,98,72). Sum of RGB (Red+Green+Blue) = 78+98+72=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #4E6248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6248 is #B19DB7. Grayscale: #595959. Windows color (decimal): -11640248 or 4743758. OLE color: 4743758.

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

Color convert

RGB789872-
CMYK0.2000.270.62
HSL106.15º15.29%33.33%-
HSV(B)106.15º26.53%38.43%-
XYZ8.6810.827.76-
YUV89.06118.37120.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=31.45%
G=39.52%
B=29.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7898720.2000.270.62106.1515.2933.33
Hex4E62481401B3E6af21
Octal11614211024033761521741
Binary1001110110001010010001010001101111111011010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,98,72); }

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

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

 a { background-color: rgb(78,98,72); }

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

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

 span { border-color: rgb(78,98,72); }

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