#496340

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

Shades of Tom Thumb #496340

Tints of Tom Thumb #496340

Color information

#496340 (or 0x496340) is unknown color: approx Tom Thumb. HEX triplet: 49, 63 and 40. RGB value is (73,99,64). Sum of RGB (Red+Green+Blue) = 73+99+64=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #496340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496340 is #B69CBF. Grayscale: #575757. Windows color (decimal): -11967680 or 4219721. OLE color: 4219721.

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

Color convert

RGB739964-
CMYK0.2600.350.61
HSL104.57º21.47%31.96%-
HSV(B)104.57º35.35%38.82%-
XYZ8.1310.716.49-
YUV87.24114.89117.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=30.93%
G=41.95%
B=27.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399640.2600.350.61104.5721.4731.96
Hex4963401A0233D691520
Octal11114310032043751512540
Binary100100111000111000000110100100011111101110100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496340; }

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

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

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

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

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

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

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

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