Html Css Color HEX #496942 Tom Thumb

📋 copy color: '#496942'

red 73 ◦ green 105 ◦ blue 66

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

Shades of Tom Thumb #496942

Tints of Tom Thumb #496942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.03%

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

R = 29.92%
G = 43.03%
B = 27.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#496942 (or 0x496942) is known color: Tom Thumb. HEX triplet: 49, 69 and 42. RGB value is (73,105,66). Sum of RGB (Red+Green+Blue) = 73+105+66=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #496942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496942 is #B696BD. Grayscale: #5B5B5B. Windows color (decimal): -11966142 or 4352329. OLE color: 4352329.

HSL color Cylindrical-coordinate representation of color #496942: hue angle of 109.23º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #496942 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 66 -
CMYK 0.30 0 0.37 0.59
HSL 109.23º 0.23% 0.34% -
HSV(B) 109.23º 0.37% 0.41% -
XYZ 8.78 11.91 6.99 -
YUV 90.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 73 105 66 0.30 0 0.37 0.59 109.23 0.23 0.34
Hex 49 69 42 1E 0 25 3B 6D 17 22
Octal 111 151 102 36 0 45 73 155 27 42
Binary 1001001 1101001 1000010 11110 0 100101 111011 1101101 10111 100010

Color Harmonies of #496942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496942

Black with #496942

Text Example


Text Example

White with #496942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496942; }

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

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

background-color css

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

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

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

border-color css

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

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

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