#496B3D

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

Shades of Tom Thumb #496B3D

Tints of Tom Thumb #496B3D

Color information

#496B3D (or 0x496B3D) is unknown color: approx Tom Thumb. HEX triplet: 49, 6B and 3D. RGB value is (73,107,61). Sum of RGB (Red+Green+Blue) = 73+107+61=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #496B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B3D is #B694C2. Grayscale: #5B5B5B. Windows color (decimal): -11965635 or 4025161. OLE color: 4025161.

HSL color Cylindrical-coordinate representation of color #496B3D: hue angle of 104.35º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496B3D is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB7310761-
CMYK0.3200.430.58
HSL104.35º27.38%32.94%-
HSV(B)104.35º42.99%41.96%-
XYZ8.8512.276.32-
YUV91.59110.74114.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=30.29%
G=44.40%
B=25.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107610.3200.430.58104.3527.3832.94
Hex496B3D2002B3A681b21
Octal1111537540053721503341
Binary100100111010111111011000000101011111010110100011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496B3D; }

 p { color: rgb(73,107,61); }

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

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

 a { background-color: rgb(73,107,61); }

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

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

 span { border-color: rgb(73,107,61); }

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