Html Css Color HEX #496342 Tom Thumb

📋 copy color: '#496342'

red 73 ◦ green 99 ◦ blue 66

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

Shades of Tom Thumb #496342

Tints of Tom Thumb #496342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 30.67%
G = 41.6%
B = 27.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#496342 (or 0x496342) is known color: Tom Thumb. HEX triplet: 49, 63 and 42. RGB value is (73,99,66). Sum of RGB (Red+Green+Blue) = 73+99+66=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #496342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496342 is #B69CBD. Grayscale: #575757. Windows color (decimal): -11967678 or 4350793. OLE color: 4350793.

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

Color convert

RGB 73 99 66 -
CMYK 0.26 0 0.33 0.61
HSL 107.27º 0.2% 0.32% -
HSV(B) 107.27º 0.33% 0.39% -
XYZ 8.19 10.73 6.79 -
YUV 87.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 73 99 66 0.26 0 0.33 0.61 107.27 0.2 0.32
Hex 49 63 42 1A 0 21 3D 6B 14 20
Octal 111 143 102 32 0 41 75 153 24 40
Binary 1001001 1100011 1000010 11010 0 100001 111101 1101011 10100 100000

Color Harmonies of #496342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496342

Black with #496342

Text Example


Text Example

White with #496342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496342; }

 p { color: rgb(73,99,66); }

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

background-color css

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

 a { background-color: rgb(73,99,66); }

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

border-color css

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

 span { border-color: rgb(73,99,66); }

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