Html Css Color HEX #4F6B49 Tom Thumb

📋 copy color: '#4F6B49'

red 79 ◦ green 107 ◦ blue 73

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

Shades of Tom Thumb #4F6B49

Tints of Tom Thumb #4F6B49

RGB

 RED value IS 79 (31.25% from 255) = 30.5%

 GREEN value IS 107 (42.19% from 255) = 41.31%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 30.5%
G = 41.31%
B = 28.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#4F6B49 (or 0x4F6B49) is known color: Tom Thumb. HEX triplet: 4F, 6B and 49. RGB value is (79,107,73). Sum of RGB (Red+Green+Blue) = 79+107+73=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6B49 is #B094B6. Grayscale: #5E5E5E. Windows color (decimal): -11572407 or 4811599. OLE color: 4811599.

HSL color Cylindrical-coordinate representation of color #4F6B49: hue angle of 109.41º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F6B49 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 107 73 -
CMYK 0.26 0 0.32 0.58
HSL 109.41º 0.19% 0.35% -
HSV(B) 109.41º 0.32% 0.42% -
XYZ 9.68 12.66 8.24 -
YUV 94.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 79 107 73 0.26 0 0.32 0.58 109.41 0.19 0.35
Hex 4F 6B 49 1A 0 20 3A 6D 13 23
Octal 117 153 111 32 0 40 72 155 23 43
Binary 1001111 1101011 1001001 11010 0 100000 111010 1101101 10011 100011

Color Harmonies of #4F6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6B49

Black with #4F6B49

Text Example


Text Example

White with #4F6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,107,73); }

 H1.HeaderClassName
 {
   color: #4F6B49;
 }
 .AnyTagClassName
 {
   color: #4F6B49;
 }
</style>

background-color css

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

 a { background-color: rgb(79,107,73); }

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

border-color css

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

 span { border-color: rgb(79,107,73); }

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