#4F684C

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

Shades of Tom Thumb #4F684C

Tints of Tom Thumb #4F684C

Color information

#4F684C (or 0x4F684C) is unknown color: approx Tom Thumb. HEX triplet: 4F, 68 and 4C. RGB value is (79,104,76). Sum of RGB (Red+Green+Blue) = 79+104+76=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #4F684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F684C is #B097B3. Grayscale: #5D5D5D. Windows color (decimal): -11573172 or 5007439. OLE color: 5007439.

HSL color Cylindrical-coordinate representation of color #4F684C: hue angle of 113.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F684C is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB7910476-
CMYK0.2400.270.59
HSL113.57º15.56%35.29%-
HSV(B)113.57º26.92%40.78%-
XYZ9.4812.088.67-
YUV93.33118.22117.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=30.50%
G=40.15%
B=29.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal79104760.2400.270.59113.5715.5635.29
Hex4F684C1801B3B721023
Octal11715011430033731622043
Binary10011111101000100110011000011011111011111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,104,76); }

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

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

 a { background-color: rgb(79,104,76); }

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

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

 span { border-color: rgb(79,104,76); }

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