Html Css Color HEX #496B45 Tom Thumb

📋 copy color: '#496B45'

red 73 ◦ green 107 ◦ blue 69

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

Shades of Tom Thumb #496B45

Tints of Tom Thumb #496B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.71%

R = 29.32%
G = 42.97%
B = 27.71%

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

#496B45 (or 0x496B45) is known color: Tom Thumb. HEX triplet: 49, 6B and 45. RGB value is (73,107,69). Sum of RGB (Red+Green+Blue) = 73+107+69=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #496B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496B45 is #B694BA. Grayscale: #5C5C5C. Windows color (decimal): -11965627 or 4549449. OLE color: 4549449.

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

Color convert

RGB 73 107 69 -
CMYK 0.32 0 0.36 0.58
HSL 113.68º 0.22% 0.35% -
HSV(B) 113.68º 0.36% 0.42% -
XYZ 9.08 12.36 7.54 -
YUV 92.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 73 107 69 0.32 0 0.36 0.58 113.68 0.22 0.35
Hex 49 6B 45 20 0 24 3A 72 16 23
Octal 111 153 105 40 0 44 72 162 26 43
Binary 1001001 1101011 1000101 100000 0 100100 111010 1110010 10110 100011

Color Harmonies of #496B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B45

Black with #496B45

Text Example


Text Example

White with #496B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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