Html Css Color HEX #496240 Tom Thumb

📋 copy color: '#496240'

red 73 ◦ green 98 ◦ blue 64

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

Shades of Tom Thumb #496240

Tints of Tom Thumb #496240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.23%

R = 31.06%
G = 41.7%
B = 27.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#496240 (or 0x496240) is known color: Tom Thumb. HEX triplet: 49, 62 and 40. RGB value is (73,98,64). Sum of RGB (Red+Green+Blue) = 73+98+64=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #496240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496240 is #B69DBF. Grayscale: #565656. Windows color (decimal): -11967936 or 4219465. OLE color: 4219465.

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

Color convert

RGB 73 98 64 -
CMYK 0.26 0 0.35 0.62
HSL 104.12º 0.21% 0.32% -
HSV(B) 104.12º 0.35% 0.38% -
XYZ 8.04 10.52 6.46 -
YUV 86.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 73 98 64 0.26 0 0.35 0.62 104.12 0.21 0.32
Hex 49 62 40 1A 0 23 3E 68 15 20
Octal 111 142 100 32 0 43 76 150 25 40
Binary 1001001 1100010 1000000 11010 0 100011 111110 1101000 10101 100000

Color Harmonies of #496240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496240

Black with #496240

Text Example


Text Example

White with #496240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496240; }

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

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

background-color css

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

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

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

border-color css

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

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

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