Html Css Color HEX #496445 Tom Thumb

📋 copy color: '#496445'

red 73 ◦ green 100 ◦ blue 69

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

Shades of Tom Thumb #496445

Tints of Tom Thumb #496445

RGB

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

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

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

R = 30.17%
G = 41.32%
B = 28.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#496445 (or 0x496445) is known color: Tom Thumb. HEX triplet: 49, 64 and 45. RGB value is (73,100,69). Sum of RGB (Red+Green+Blue) = 73+100+69=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #496445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496445 is #B69BBA. Grayscale: #585858. Windows color (decimal): -11967419 or 4547657. OLE color: 4547657.

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

Color convert

RGB 73 100 69 -
CMYK 0.27 0 0.31 0.61
HSL 112.26º 0.18% 0.33% -
HSV(B) 112.26º 0.31% 0.39% -
XYZ 8.38 10.96 7.3 -
YUV 88.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 73 100 69 0.27 0 0.31 0.61 112.26 0.18 0.33
Hex 49 64 45 1B 0 1F 3D 70 12 21
Octal 111 144 105 33 0 37 75 160 22 41
Binary 1001001 1100100 1000101 11011 0 11111 111101 1110000 10010 100001

Color Harmonies of #496445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496445

Black with #496445

Text Example


Text Example

White with #496445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496445; }

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

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

background-color css

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

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

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

border-color css

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

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

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