#4F614B

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

Shades of Tom Thumb #4F614B

Tints of Tom Thumb #4F614B

Color information

#4F614B (or 0x4F614B) is unknown color: approx Tom Thumb. HEX triplet: 4F, 61 and 4B. RGB value is (79,97,75). Sum of RGB (Red+Green+Blue) = 79+97+75=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #4F614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F614B is #B09EB4. Grayscale: #595959. Windows color (decimal): -11574965 or 4940111. OLE color: 4940111.

HSL color Cylindrical-coordinate representation of color #4F614B: hue angle of 109.09º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F614B is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB799775-
CMYK0.1900.230.62
HSL109.09º12.79%33.73%-
HSV(B)109.09º22.68%38.04%-
XYZ8.7710.728.26-
YUV89.11120.04120.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.47%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=31.47%
G=38.65%
B=29.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7997750.1900.230.62109.0912.7933.73
Hex4F614B130173E6dd22
Octal11714111323027761551542
Binary1001111110000110010111001101011111111011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,97,75); }

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

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

 a { background-color: rgb(79,97,75); }

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

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

 span { border-color: rgb(79,97,75); }

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