Html Css Color HEX #496241 Tom Thumb

📋 copy color: '#496241'

red 73 ◦ green 98 ◦ blue 65

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

Shades of Tom Thumb #496241

Tints of Tom Thumb #496241

RGB

 RED value IS 73 (28.91% from 255) = 30.93%

 GREEN value IS 98 (38.67% from 255) = 41.53%

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 30.93%
G = 41.53%
B = 27.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#496241 (or 0x496241) is known color: Tom Thumb. HEX triplet: 49, 62 and 41. RGB value is (73,98,65). Sum of RGB (Red+Green+Blue) = 73+98+65=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #496241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496241 is #B69DBE. Grayscale: #565656. Windows color (decimal): -11967935 or 4285001. OLE color: 4285001.

HSL color Cylindrical-coordinate representation of color #496241: hue angle of 105.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496241 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 65 -
CMYK 0.26 0 0.34 0.62
HSL 105.45º 0.2% 0.32% -
HSV(B) 105.45º 0.34% 0.38% -
XYZ 8.07 10.53 6.61 -
YUV 86.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 73 98 65 0.26 0 0.34 0.62 105.45 0.2 0.32
Hex 49 62 41 1A 0 22 3E 69 14 20
Octal 111 142 101 32 0 42 76 151 24 40
Binary 1001001 1100010 1000001 11010 0 100010 111110 1101001 10100 100000

Color Harmonies of #496241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496241

Black with #496241

Text Example


Text Example

White with #496241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496241; }

 p { color: rgb(73,98,65); }

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

background-color css

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

 a { background-color: rgb(73,98,65); }

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

border-color css

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

 span { border-color: rgb(73,98,65); }

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