#496640

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

Shades of Tom Thumb #496640

Tints of Tom Thumb #496640

Color information

#496640 (or 0x496640) is unknown color: approx Tom Thumb. HEX triplet: 49, 66 and 40. RGB value is (73,102,64). Sum of RGB (Red+Green+Blue) = 73+102+64=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #496640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496640 is #B699BF. Grayscale: #595959. Windows color (decimal): -11966912 or 4220489. OLE color: 4220489.

HSL color Cylindrical-coordinate representation of color #496640: hue angle of 105.79º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496640 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB7310264-
CMYK0.2800.370.6
HSL105.79º22.89%32.55%-
HSV(B)105.79º37.25%40%-
XYZ8.4211.296.59-
YUV89113.89116.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=30.54%
G=42.68%
B=26.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73102640.2800.370.6105.7922.8932.55
Hex4966401C0253C6a1721
Octal11114610034045741522741
Binary100100111001101000000111000100101111100110101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496640; }

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

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

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

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

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

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

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

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