#496B3B

Color #496B3B Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #496B3B

Tints of Tom Thumb #496B3B

Color information

#496B3B (or 0x496B3B) is unknown color: approx Tom Thumb. HEX triplet: 49, 6B and 3B. RGB value is (73,107,59). Sum of RGB (Red+Green+Blue) = 73+107+59=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #496B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B3B is #B694C4. Grayscale: #5B5B5B. Windows color (decimal): -11965637 or 3894089. OLE color: 3894089.

HSL color Cylindrical-coordinate representation of color #496B3B: hue angle of 102.5º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #496B3B is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB7310759-
CMYK0.3200.450.58
HSL102.5º28.92%32.55%-
HSV(B)102.5º44.86%41.96%-
XYZ8.7912.256.04-
YUV91.36109.74114.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=30.54%
G=44.77%
B=24.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107590.3200.450.58102.528.9232.55
Hex496B3B2002D3A661d21
Octal1111537340055721463541
Binary100100111010111110111000000101101111010110011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496B3B; }

 p { color: rgb(73,107,59); }

 H1.HeaderClassName
 {
   color: #496B3B;
 }
 .AnyTagClassName
 {
   color: #496B3B;
 }
</style>
background-color css

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

 a { background-color: rgb(73,107,59); }

 div.DivClassName
 {
   background-color: #496B3B;
 }
 .BgClassName
 {
   background-color: #496B3B;
 }
</style>
border-color css

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

 span { border-color: rgb(73,107,59); }

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