#495F42

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

Shades of Tom Thumb #495F42

Tints of Tom Thumb #495F42

Color information

#495F42 (or 0x495F42) is unknown color: approx Tom Thumb. HEX triplet: 49, 5F and 42. RGB value is (73,95,66). Sum of RGB (Red+Green+Blue) = 73+95+66=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 95 - color contains mainly: green. Hex color #495F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F42 is #B6A0BD. Grayscale: #555555. Windows color (decimal): -11968702 or 4349769. OLE color: 4349769.

HSL color Cylindrical-coordinate representation of color #495F42: hue angle of 105.52º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #495F42 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB739566-
CMYK0.2300.310.63
HSL105.52º18.01%31.57%-
HSV(B)105.52º30.53%37.25%-
XYZ7.829.996.67-
YUV85.12117.21119.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 95 (37.5% from 255) = 40.60%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=31.20%
G=40.60%
B=28.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395660.2300.310.63105.5218.0131.57
Hex495F421701F3F6a1220
Octal11113710227037771522240
Binary10010011011111100001010111011111111111110101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,95,66); }

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

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

 a { background-color: rgb(73,95,66); }

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

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

 span { border-color: rgb(73,95,66); }

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