#495B43

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

Shades of Tom Thumb #495B43

Tints of Tom Thumb #495B43

Color information

#495B43 (or 0x495B43) is unknown color: approx Tom Thumb. HEX triplet: 49, 5B and 43. RGB value is (73,91,67). Sum of RGB (Red+Green+Blue) = 73+91+67=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #495B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B43 is #B6A4BC. Grayscale: #525252. Windows color (decimal): -11969725 or 4414281. OLE color: 4414281.

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

Color convert

RGB739167-
CMYK0.2000.260.64
HSL105º15.19%30.98%-
HSV(B)105º26.37%35.69%-
XYZ7.59.36.71-
YUV82.88119.04120.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=31.60%
G=39.39%
B=29.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7391670.2000.260.6410515.1930.98
Hex495B431401A4069f1f
Octal111133103240321001511737
Binary1001001101101110000111010001101010000001101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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