Html Css Color HEX #495D41 Tom Thumb

📋 copy color: '#495D41'

red 73 ◦ green 93 ◦ blue 65

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

Shades of Tom Thumb #495D41

Tints of Tom Thumb #495D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.26%

 BLUE value IS 65 (25.78% from 255) = 28.14%

R = 31.6%
G = 40.26%
B = 28.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#495D41 (or 0x495D41) is known color: Tom Thumb. HEX triplet: 49, 5D and 41. RGB value is (73,93,65). Sum of RGB (Red+Green+Blue) = 73+93+65=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #495D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D41 is #B6A2BE. Grayscale: #535353. Windows color (decimal): -11969215 or 4283721. OLE color: 4283721.

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

Color convert

RGB 73 93 65 -
CMYK 0.22 0 0.30 0.64
HSL 102.86º 0.18% 0.31% -
HSV(B) 102.86º 0.3% 0.36% -
XYZ 7.62 9.63 6.46 -
YUV 83.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 73 93 65 0.22 0 0.30 0.64 102.86 0.18 0.31
Hex 49 5D 41 16 0 1E 40 67 12 1F
Octal 111 135 101 26 0 36 100 147 22 37
Binary 1001001 1011101 1000001 10110 0 11110 1000000 1100111 10010 11111

Color Harmonies of #495D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D41

Black with #495D41

Text Example


Text Example

White with #495D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,65); }

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

background-color css

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

 a { background-color: rgb(73,93,65); }

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

border-color css

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

 span { border-color: rgb(73,93,65); }

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