Html Css Color HEX #495942 Tom Thumb

📋 copy color: '#495942'

red 73 ◦ green 89 ◦ blue 66

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

Shades of Tom Thumb #495942

Tints of Tom Thumb #495942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

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

R = 32.02%
G = 39.04%
B = 28.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#495942 (or 0x495942) is known color: Tom Thumb. HEX triplet: 49, 59 and 42. RGB value is (73,89,66). Sum of RGB (Red+Green+Blue) = 73+89+66=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #495942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495942 is #B6A6BD. Grayscale: #515151. Windows color (decimal): -11970238 or 4348233. OLE color: 4348233.

HSL color Cylindrical-coordinate representation of color #495942: hue angle of 101.74º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #495942 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 66 -
CMYK 0.18 0 0.26 0.65
HSL 101.74º 0.15% 0.3% -
HSV(B) 101.74º 0.26% 0.35% -
XYZ 7.3 8.95 6.5 -
YUV 81.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 73 89 66 0.18 0 0.26 0.65 101.74 0.15 0.3
Hex 49 59 42 12 0 1A 41 66 F 1E
Octal 111 131 102 22 0 32 101 146 17 36
Binary 1001001 1011001 1000010 10010 0 11010 1000001 1100110 1111 11110

Color Harmonies of #495942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495942

Black with #495942

Text Example


Text Example

White with #495942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495942; }

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

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

background-color css

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

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

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

border-color css

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

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

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