Html Css Color HEX #496440 Tom Thumb

📋 copy color: '#496440'

red 73 ◦ green 100 ◦ blue 64

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

Shades of Tom Thumb #496440

Tints of Tom Thumb #496440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

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

R = 30.8%
G = 42.19%
B = 27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#496440 (or 0x496440) is known color: Tom Thumb. HEX triplet: 49, 64 and 40. RGB value is (73,100,64). Sum of RGB (Red+Green+Blue) = 73+100+64=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #496440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496440 is #B69BBF. Grayscale: #575757. Windows color (decimal): -11967424 or 4219977. OLE color: 4219977.

HSL color Cylindrical-coordinate representation of color #496440: hue angle of 105º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #496440 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 64 -
CMYK 0.27 0 0.36 0.61
HSL 105º 0.22% 0.32% -
HSV(B) 105º 0.36% 0.39% -
XYZ 8.23 10.9 6.52 -
YUV 87.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 73 100 64 0.27 0 0.36 0.61 105 0.22 0.32
Hex 49 64 40 1B 0 24 3D 69 16 20
Octal 111 144 100 33 0 44 75 151 26 40
Binary 1001001 1100100 1000000 11011 0 100100 111101 1101001 10110 100000

Color Harmonies of #496440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496440

Black with #496440

Text Example


Text Example

White with #496440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496440; }

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

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

background-color css

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

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

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

border-color css

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

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

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