#496344

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

Shades of Tom Thumb #496344

Tints of Tom Thumb #496344

Color information

#496344 (or 0x496344) is unknown color: approx Tom Thumb. HEX triplet: 49, 63 and 44. RGB value is (73,99,68). Sum of RGB (Red+Green+Blue) = 73+99+68=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #496344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496344 is #B69CBB. Grayscale: #575757. Windows color (decimal): -11967676 or 4481865. OLE color: 4481865.

HSL color Cylindrical-coordinate representation of color #496344: hue angle of 110.32º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #496344 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB739968-
CMYK0.2600.310.61
HSL110.32º18.56%32.75%-
HSV(B)110.32º31.31%38.82%-
XYZ8.2510.767.11-
YUV87.69116.89117.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 68 (26.95% from 255) = 28.33%
R=30.42%
G=41.25%
B=28.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399680.2600.310.61110.3218.5632.75
Hex4963441A01F3D6e1321
Octal11114310432037751562341
Binary10010011100011100010011010011111111101110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496344; }

 p { color: rgb(73,99,68); }

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

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

 a { background-color: rgb(73,99,68); }

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

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

 span { border-color: rgb(73,99,68); }

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