#4F6E46

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

Shades of Tom Thumb #4F6E46

Tints of Tom Thumb #4F6E46

Color information

#4F6E46 (or 0x4F6E46) is unknown color: approx Tom Thumb. HEX triplet: 4F, 6E and 46. RGB value is (79,110,70). Sum of RGB (Red+Green+Blue) = 79+110+70=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 110 - color contains mainly: green. Hex color #4F6E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6E46 is #B091B9. Grayscale: #606060. Windows color (decimal): -11571642 or 4615759. OLE color: 4615759.

HSL color Cylindrical-coordinate representation of color #4F6E46: hue angle of 106.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F6E46 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB7911070-
CMYK0.2800.360.57
HSL106.5º22.22%35.29%-
HSV(B)106.5º36.36%43.14%-
XYZ9.9113.267.83-
YUV96.17113.23115.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 110 (43.36% from 255) = 42.47%
BLUE value IS 70 (27.73% from 255) = 27.03%
R=30.50%
G=42.47%
B=27.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79110700.2800.360.57106.522.2235.29
Hex4F6E461C024396a1623
Octal11715610634044711522643
Binary100111111011101000110111000100100111001110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,110,70); }

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

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

 a { background-color: rgb(79,110,70); }

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

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

 span { border-color: rgb(79,110,70); }

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