Html Css Color HEX #496141 Tom Thumb

📋 copy color: '#496141'

red 73 ◦ green 97 ◦ blue 65

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

Shades of Tom Thumb #496141

Tints of Tom Thumb #496141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

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

R = 31.06%
G = 41.28%
B = 27.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#496141 (or 0x496141) is known color: Tom Thumb. HEX triplet: 49, 61 and 41. RGB value is (73,97,65). Sum of RGB (Red+Green+Blue) = 73+97+65=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #496141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496141 is #B69EBE. Grayscale: #565656. Windows color (decimal): -11968191 or 4284745. OLE color: 4284745.

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

Color convert

RGB 73 97 65 -
CMYK 0.25 0 0.33 0.62
HSL 105º 0.2% 0.32% -
HSV(B) 105º 0.33% 0.38% -
XYZ 7.98 10.35 6.58 -
YUV 86.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 73 97 65 0.25 0 0.33 0.62 105 0.2 0.32
Hex 49 61 41 19 0 21 3E 69 14 20
Octal 111 141 101 31 0 41 76 151 24 40
Binary 1001001 1100001 1000001 11001 0 100001 111110 1101001 10100 100000

Color Harmonies of #496141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496141

Black with #496141

Text Example


Text Example

White with #496141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496141; }

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

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

background-color css

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

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

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

border-color css

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

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

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