Html Css Color HEX #495D3F Tom Thumb

📋 copy color: '#495D3F'

red 73 ◦ green 93 ◦ blue 63

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

Shades of Tom Thumb #495D3F

Tints of Tom Thumb #495D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.51%

R = 31.88%
G = 40.61%
B = 27.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#495D3F (or 0x495D3F) is known color: Tom Thumb. HEX triplet: 49, 5D and 3F. RGB value is (73,93,63). Sum of RGB (Red+Green+Blue) = 73+93+63=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #495D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D3F is #B6A2C0. Grayscale: #535353. Windows color (decimal): -11969217 or 4152649. OLE color: 4152649.

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

Color convert

RGB 73 93 63 -
CMYK 0.22 0 0.32 0.64
HSL 100º 0.19% 0.31% -
HSV(B) 100º 0.32% 0.36% -
XYZ 7.56 9.6 6.16 -
YUV 83.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 73 93 63 0.22 0 0.32 0.64 100 0.19 0.31
Hex 49 5D 3F 16 0 20 40 64 13 1F
Octal 111 135 77 26 0 40 100 144 23 37
Binary 1001001 1011101 111111 10110 0 100000 1000000 1100100 10011 11111

Color Harmonies of #495D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D3F

Black with #495D3F

Text Example


Text Example

White with #495D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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