#495945

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

Shades of Tom Thumb #495945

Tints of Tom Thumb #495945

Color information

#495945 (or 0x495945) is unknown color: approx Tom Thumb. HEX triplet: 49, 59 and 45. RGB value is (73,89,69). Sum of RGB (Red+Green+Blue) = 73+89+69=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #495945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495945 is #B6A6BA. Grayscale: #525252. Windows color (decimal): -11970235 or 4544841. OLE color: 4544841.

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

Color convert

RGB738969-
CMYK0.1800.220.65
HSL108º12.66%30.98%-
HSV(B)108º22.47%34.9%-
XYZ7.398.996.98-
YUV81.94120.7121.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=31.60%
G=38.53%
B=29.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389690.1800.220.6510812.6630.98
Hex49594512016416cd1f
Octal111131105220261011541537
Binary1001001101100110001011001001011010000011101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495945; }

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

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

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

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

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

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

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

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