Html Css Color HEX #496444 Tom Thumb

📋 copy color: '#496444'

red 73 ◦ green 100 ◦ blue 68

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

Shades of Tom Thumb #496444

Tints of Tom Thumb #496444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

 BLUE value IS 68 (26.95% from 255) = 28.22%

R = 30.29%
G = 41.49%
B = 28.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#496444 (or 0x496444) is known color: Tom Thumb. HEX triplet: 49, 64 and 44. RGB value is (73,100,68). Sum of RGB (Red+Green+Blue) = 73+100+68=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #496444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496444 is #B69BBB. Grayscale: #585858. Windows color (decimal): -11967420 or 4482121. OLE color: 4482121.

HSL color Cylindrical-coordinate representation of color #496444: hue angle of 110.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496444 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 68 -
CMYK 0.27 0 0.32 0.61
HSL 110.63º 0.19% 0.33% -
HSV(B) 110.63º 0.32% 0.39% -
XYZ 8.35 10.95 7.14 -
YUV 88.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 73 100 68 0.27 0 0.32 0.61 110.63 0.19 0.33
Hex 49 64 44 1B 0 20 3D 6F 13 21
Octal 111 144 104 33 0 40 75 157 23 41
Binary 1001001 1100100 1000100 11011 0 100000 111101 1101111 10011 100001

Color Harmonies of #496444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496444

Black with #496444

Text Example


Text Example

White with #496444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496444; }

 p { color: rgb(73,100,68); }

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

background-color css

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

 a { background-color: rgb(73,100,68); }

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

border-color css

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

 span { border-color: rgb(73,100,68); }

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