#496942

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

Shades of Tom Thumb #496942

Tints of Tom Thumb #496942

Color information

#496942 (or 0x496942) is unknown color: approx Tom Thumb. HEX triplet: 49, 69 and 42. RGB value is (73,105,66). Sum of RGB (Red+Green+Blue) = 73+105+66=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #496942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496942 is #B696BD. Grayscale: #5B5B5B. Windows color (decimal): -11966142 or 4352329. OLE color: 4352329.

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

Color convert

RGB7310566-
CMYK0.3000.370.59
HSL109.23º22.81%33.53%-
HSV(B)109.23º37.14%41.18%-
XYZ8.7811.916.99-
YUV90.99113.9115.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=29.92%
G=43.03%
B=27.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105660.3000.370.59109.2322.8133.53
Hex4969421E0253B6d1722
Octal11115110236045731552742
Binary100100111010011000010111100100101111011110110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496942; }

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

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

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

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

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

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

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

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