Html Css Color HEX #4C6049 Tom Thumb

📋 copy color: '#4C6049'

red 76 ◦ green 96 ◦ blue 73

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

Shades of Tom Thumb #4C6049

Tints of Tom Thumb #4C6049

RGB

 RED value IS 76 (30.08% from 255) = 31.02%

 GREEN value IS 96 (37.89% from 255) = 39.18%

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

R = 31.02%
G = 39.18%
B = 29.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#4C6049 (or 0x4C6049) is known color: Tom Thumb. HEX triplet: 4C, 60 and 49. RGB value is (76,96,73). Sum of RGB (Red+Green+Blue) = 76+96+73=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6049 is #B39FB6. Grayscale: #575757. Windows color (decimal): -11771831 or 4808780. OLE color: 4808780.

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

Color convert

RGB 76 96 73 -
CMYK 0.21 0 0.24 0.62
HSL 112.17º 0.14% 0.33% -
HSV(B) 112.17º 0.24% 0.38% -
XYZ 8.37 10.38 7.87 -
YUV 87.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 76 96 73 0.21 0 0.24 0.62 112.17 0.14 0.33
Hex 4C 60 49 15 0 18 3E 70 E 21
Octal 114 140 111 25 0 30 76 160 16 41
Binary 1001100 1100000 1001001 10101 0 11000 111110 1110000 1110 100001

Color Harmonies of #4C6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6049

Black with #4C6049

Text Example


Text Example

White with #4C6049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,96,73); }

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

background-color css

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

 a { background-color: rgb(76,96,73); }

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

border-color css

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

 span { border-color: rgb(76,96,73); }

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