#495B44

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

Shades of Tom Thumb #495B44

Tints of Tom Thumb #495B44

Color information

#495B44 (or 0x495B44) is unknown color: approx Tom Thumb. HEX triplet: 49, 5B and 44. RGB value is (73,91,68). Sum of RGB (Red+Green+Blue) = 73+91+68=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 91 - color contains mainly: green. Hex color #495B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B44 is #B6A4BB. Grayscale: #535353. Windows color (decimal): -11969724 or 4479817. OLE color: 4479817.

HSL color Cylindrical-coordinate representation of color #495B44: hue angle of 106.96º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495B44 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB739168-
CMYK0.2000.250.64
HSL106.96º14.47%31.18%-
HSV(B)106.96º25.27%35.69%-
XYZ7.539.326.87-
YUV83119.54120.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 91 (35.94% from 255) = 39.22%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=31.47%
G=39.22%
B=29.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7391680.2000.250.64106.9614.4731.18
Hex495B4414019406be1f
Octal111133104240311001531637
Binary1001001101101110001001010001100110000001101011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495B44; }

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

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

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

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

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

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

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

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