Html Css Color HEX #496041 Tom Thumb

📋 copy color: '#496041'

red 73 ◦ green 96 ◦ blue 65

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

Shades of Tom Thumb #496041

Tints of Tom Thumb #496041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.03%

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

R = 31.2%
G = 41.03%
B = 27.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#496041 (or 0x496041) is known color: Tom Thumb. HEX triplet: 49, 60 and 41. RGB value is (73,96,65). Sum of RGB (Red+Green+Blue) = 73+96+65=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #496041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496041 is #B69FBE. Grayscale: #555555. Windows color (decimal): -11968447 or 4284489. OLE color: 4284489.

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

Color convert

RGB 73 96 65 -
CMYK 0.24 0 0.32 0.62
HSL 104.52º 0.19% 0.32% -
HSV(B) 104.52º 0.32% 0.38% -
XYZ 7.88 10.16 6.55 -
YUV 85.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 73 96 65 0.24 0 0.32 0.62 104.52 0.19 0.32
Hex 49 60 41 18 0 20 3E 69 13 20
Octal 111 140 101 30 0 40 76 151 23 40
Binary 1001001 1100000 1000001 11000 0 100000 111110 1101001 10011 100000

Color Harmonies of #496041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496041

Black with #496041

Text Example


Text Example

White with #496041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496041; }

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

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

background-color css

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

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

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

border-color css

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

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

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