#495944

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

Shades of Tom Thumb #495944

Tints of Tom Thumb #495944

Color information

#495944 (or 0x495944) is unknown color: approx Tom Thumb. HEX triplet: 49, 59 and 44. RGB value is (73,89,68). Sum of RGB (Red+Green+Blue) = 73+89+68=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 89 - color contains mainly: green. Hex color #495944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495944 is #B6A6BB. Grayscale: #515151. Windows color (decimal): -11970236 or 4479305. OLE color: 4479305.

HSL color Cylindrical-coordinate representation of color #495944: hue angle of 105.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495944 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB738968-
CMYK0.1800.240.65
HSL105.71º13.38%30.78%-
HSV(B)105.71º23.6%34.9%-
XYZ7.368.986.81-
YUV81.82120.2121.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 68 (26.95% from 255) = 29.57%
R=31.74%
G=38.70%
B=29.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389680.1800.240.65105.7113.3830.78
Hex49594412018416ad1f
Octal111131104220301011521537
Binary1001001101100110001001001001100010000011101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495944; }

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

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

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

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

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

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

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

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