Html Css Color HEX #496545 Tom Thumb

📋 copy color: '#496545'

red 73 ◦ green 101 ◦ blue 69

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

Shades of Tom Thumb #496545

Tints of Tom Thumb #496545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.56%

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

R = 30.04%
G = 41.56%
B = 28.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#496545 (or 0x496545) is known color: Tom Thumb. HEX triplet: 49, 65 and 45. RGB value is (73,101,69). Sum of RGB (Red+Green+Blue) = 73+101+69=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #496545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496545 is #B69ABA. Grayscale: #595959. Windows color (decimal): -11967163 or 4547913. OLE color: 4547913.

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

Color convert

RGB 73 101 69 -
CMYK 0.28 0 0.32 0.60
HSL 112.5º 0.19% 0.33% -
HSV(B) 112.5º 0.32% 0.4% -
XYZ 8.48 11.15 7.34 -
YUV 88.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 73 101 69 0.28 0 0.32 0.60 112.5 0.19 0.33
Hex 49 65 45 1C 0 20 3C 70 13 21
Octal 111 145 105 34 0 40 74 160 23 41
Binary 1001001 1100101 1000101 11100 0 100000 111100 1110000 10011 100001

Color Harmonies of #496545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496545

Black with #496545

Text Example


Text Example

White with #496545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496545; }

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

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

background-color css

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

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

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

border-color css

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

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

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