Html Css Color HEX #496042 Tom Thumb

📋 copy color: '#496042'

red 73 ◦ green 96 ◦ blue 66

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

Shades of Tom Thumb #496042

Tints of Tom Thumb #496042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.09%

R = 31.06%
G = 40.85%
B = 28.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#496042 (or 0x496042) is known color: Tom Thumb. HEX triplet: 49, 60 and 42. RGB value is (73,96,66). Sum of RGB (Red+Green+Blue) = 73+96+66=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #496042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496042 is #B69FBD. Grayscale: #555555. Windows color (decimal): -11968446 or 4350025. OLE color: 4350025.

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

Color convert

RGB 73 96 66 -
CMYK 0.24 0 0.31 0.62
HSL 106º 0.19% 0.32% -
HSV(B) 106º 0.31% 0.38% -
XYZ 7.91 10.18 6.7 -
YUV 85.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 73 96 66 0.24 0 0.31 0.62 106 0.19 0.32
Hex 49 60 42 18 0 1F 3E 6A 13 20
Octal 111 140 102 30 0 37 76 152 23 40
Binary 1001001 1100000 1000010 11000 0 11111 111110 1101010 10011 100000

Color Harmonies of #496042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496042

Black with #496042

Text Example


Text Example

White with #496042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496042; }

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

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

background-color css

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

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

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

border-color css

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

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

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