#495743

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

Shades of Tom Thumb #495743

Tints of Tom Thumb #495743

Color information

#495743 (or 0x495743) is unknown color: approx Tom Thumb. HEX triplet: 49, 57 and 43. RGB value is (73,87,67). Sum of RGB (Red+Green+Blue) = 73+87+67=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #495743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495743 is #B6A8BC. Grayscale: #505050. Windows color (decimal): -11970749 or 4413257. OLE color: 4413257.

HSL color Cylindrical-coordinate representation of color #495743: hue angle of 102º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495743 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB738767-
CMYK0.1600.230.66
HSL102º12.99%30.2%-
HSV(B)102º22.99%34.12%-
XYZ7.178.646.6-
YUV80.53120.36122.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 67 (26.56% from 255) = 29.52%
R=32.16%
G=38.33%
B=29.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387670.1600.230.6610212.9930.2
Hex495743100174266d1e
Octal111127103200271021461536
Binary1001001101011110000111000001011110000101100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495743; }

 p { color: rgb(73,87,67); }

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

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

 a { background-color: rgb(73,87,67); }

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

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

 span { border-color: rgb(73,87,67); }

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