#495D40

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

Shades of Tom Thumb #495D40

Tints of Tom Thumb #495D40

Color information

#495D40 (or 0x495D40) is unknown color: approx Tom Thumb. HEX triplet: 49, 5D and 40. RGB value is (73,93,64). Sum of RGB (Red+Green+Blue) = 73+93+64=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #495D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D40 is #B6A2BF. Grayscale: #535353. Windows color (decimal): -11969216 or 4218185. OLE color: 4218185.

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

Color convert

RGB739364-
CMYK0.2200.310.64
HSL101.38º18.47%30.78%-
HSV(B)101.38º31.18%36.47%-
XYZ7.599.626.31-
YUV83.71116.87120.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=31.74%
G=40.43%
B=27.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393640.2200.310.64101.3818.4730.78
Hex495D401601F4065121f
Octal111135100260371001452237
Binary10010011011101100000010110011111100000011001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,93,64); }

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

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

 a { background-color: rgb(73,93,64); }

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

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

 span { border-color: rgb(73,93,64); }

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