Html Css Color HEX #496B44 Tom Thumb

📋 copy color: '#496B44'

red 73 ◦ green 107 ◦ blue 68

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

Shades of Tom Thumb #496B44

Tints of Tom Thumb #496B44

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.15%

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

R = 29.44%
G = 43.15%
B = 27.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#496B44 (or 0x496B44) is known color: Tom Thumb. HEX triplet: 49, 6B and 44. RGB value is (73,107,68). Sum of RGB (Red+Green+Blue) = 73+107+68=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #496B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B44 is #B694BB. Grayscale: #5C5C5C. Windows color (decimal): -11965628 or 4483913. OLE color: 4483913.

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

Color convert

RGB 73 107 68 -
CMYK 0.32 0 0.36 0.58
HSL 112.31º 0.22% 0.34% -
HSV(B) 112.31º 0.36% 0.42% -
XYZ 9.05 12.35 7.38 -
YUV 92.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 73 107 68 0.32 0 0.36 0.58 112.31 0.22 0.34
Hex 49 6B 44 20 0 24 3A 70 16 22
Octal 111 153 104 40 0 44 72 160 26 42
Binary 1001001 1101011 1000100 100000 0 100100 111010 1110000 10110 100010

Color Harmonies of #496B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B44

Black with #496B44

Text Example


Text Example

White with #496B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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