Html Css Color HEX #495E42 Tom Thumb

📋 copy color: '#495E42'

red 73 ◦ green 94 ◦ blue 66

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

Shades of Tom Thumb #495E42

Tints of Tom Thumb #495E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.34%

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

R = 31.33%
G = 40.34%
B = 28.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#495E42 (or 0x495E42) is known color: Tom Thumb. HEX triplet: 49, 5E and 42. RGB value is (73,94,66). Sum of RGB (Red+Green+Blue) = 73+94+66=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 94 - color contains mainly: green. Hex color #495E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495E42 is #B6A1BD. Grayscale: #545454. Windows color (decimal): -11968958 or 4349513. OLE color: 4349513.

HSL color Cylindrical-coordinate representation of color #495E42: hue angle of 105º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #495E42 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 94 66 -
CMYK 0.22 0 0.30 0.63
HSL 105º 0.18% 0.31% -
HSV(B) 105º 0.3% 0.37% -
XYZ 7.73 9.82 6.64 -
YUV 84.53 117.54 119.78 -
System Red Green Blue C M Y K H S L
Decimal 73 94 66 0.22 0 0.30 0.63 105 0.18 0.31
Hex 49 5E 42 16 0 1E 3F 69 12 1F
Octal 111 136 102 26 0 36 77 151 22 37
Binary 1001001 1011110 1000010 10110 0 11110 111111 1101001 10010 11111

Color Harmonies of #495E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E42

Black with #495E42

Text Example


Text Example

White with #495E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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