#49613F

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

Shades of Tom Thumb #49613F

Tints of Tom Thumb #49613F

Color information

#49613F (or 0x49613F) is unknown color: approx Tom Thumb. HEX triplet: 49, 61 and 3F. RGB value is (73,97,63). Sum of RGB (Red+Green+Blue) = 73+97+63=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #49613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49613F is #B69EC0. Grayscale: #565656. Windows color (decimal): -11968193 or 4153673. OLE color: 4153673.

HSL color Cylindrical-coordinate representation of color #49613F: hue angle of 102.35º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49613F is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB739763-
CMYK0.2500.350.62
HSL102.35º21.25%31.37%-
HSV(B)102.35º35.05%38.04%-
XYZ7.9210.326.28-
YUV85.95115.05118.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 63 (25% from 255) = 27.04%
R=31.33%
G=41.63%
B=27.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397630.2500.350.62102.3521.2531.37
Hex49613F190233E66151f
Octal1111417731043761462537
Binary1001001110000111111111001010001111111011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49613F; }

 p { color: rgb(73,97,63); }

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

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

 a { background-color: rgb(73,97,63); }

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

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

 span { border-color: rgb(73,97,63); }

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