Html Css Color HEX #496840 Tom Thumb

📋 copy color: '#496840'

red 73 ◦ green 104 ◦ blue 64

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

Shades of Tom Thumb #496840

Tints of Tom Thumb #496840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

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

R = 30.29%
G = 43.15%
B = 26.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#496840 (or 0x496840) is known color: Tom Thumb. HEX triplet: 49, 68 and 40. RGB value is (73,104,64). Sum of RGB (Red+Green+Blue) = 73+104+64=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #496840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496840 is #B697BF. Grayscale: #5A5A5A. Windows color (decimal): -11966400 or 4221001. OLE color: 4221001.

HSL color Cylindrical-coordinate representation of color #496840: hue angle of 106.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #496840 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 64 -
CMYK 0.30 0 0.38 0.59
HSL 106.5º 0.24% 0.33% -
HSV(B) 106.5º 0.38% 0.41% -
XYZ 8.62 11.69 6.65 -
YUV 90.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 73 104 64 0.30 0 0.38 0.59 106.5 0.24 0.33
Hex 49 68 40 1E 0 26 3B 6A 18 21
Octal 111 150 100 36 0 46 73 152 30 41
Binary 1001001 1101000 1000000 11110 0 100110 111011 1101010 11000 100001

Color Harmonies of #496840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496840

Black with #496840

Text Example


Text Example

White with #496840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496840; }

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

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

background-color css

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

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

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

border-color css

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

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

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