Html Css Color HEX #496A3B Tom Thumb

📋 copy color: '#496A3B'

red 73 ◦ green 106 ◦ blue 59

#496A3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #496A3B

Tints of Tom Thumb #496A3B

RGB

 RED value IS 73 (28.91% from 255) = 30.67%

 GREEN value IS 106 (41.8% from 255) = 44.54%

 BLUE value IS 59 (23.44% from 255) = 24.79%

R = 30.67%
G = 44.54%
B = 24.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#496A3B (or 0x496A3B) is known color: Tom Thumb. HEX triplet: 49, 6A and 3B. RGB value is (73,106,59). Sum of RGB (Red+Green+Blue) = 73+106+59=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 106 - color contains mainly: green. Hex color #496A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A3B is #B695C4. Grayscale: #5A5A5A. Windows color (decimal): -11965893 or 3893833. OLE color: 3893833.

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

Color convert

RGB 73 106 59 -
CMYK 0.31 0 0.44 0.58
HSL 102.13º 0.28% 0.32% -
HSV(B) 102.13º 0.44% 0.42% -
XYZ 8.69 12.04 6 -
YUV 90.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 73 106 59 0.31 0 0.44 0.58 102.13 0.28 0.32
Hex 49 6A 3B 1F 0 2C 3A 66 1C 20
Octal 111 152 73 37 0 54 72 146 34 40
Binary 1001001 1101010 111011 11111 0 101100 111010 1100110 11100 100000

Color Harmonies of #496A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A3B

Black with #496A3B

Text Example


Text Example

White with #496A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,106,59); }

 H1.HeaderClassName
 {
   color: #496A3B;
 }
 .AnyTagClassName
 {
   color: #496A3B;
 }
</style>

background-color css

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

 a { background-color: rgb(73,106,59); }

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

border-color css

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

 span { border-color: rgb(73,106,59); }

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