Html Css Color HEX #495945 Tom Thumb

📋 copy color: '#495945'

red 73 ◦ green 89 ◦ blue 69

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

Shades of Tom Thumb #495945

Tints of Tom Thumb #495945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 31.6%
G = 38.53%
B = 29.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#495945 (or 0x495945) is known color: Tom Thumb. HEX triplet: 49, 59 and 45. RGB value is (73,89,69). Sum of RGB (Red+Green+Blue) = 73+89+69=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #495945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495945 is #B6A6BA. Grayscale: #525252. Windows color (decimal): -11970235 or 4544841. OLE color: 4544841.

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

Color convert

RGB 73 89 69 -
CMYK 0.18 0 0.22 0.65
HSL 108º 0.13% 0.31% -
HSV(B) 108º 0.22% 0.35% -
XYZ 7.39 8.99 6.98 -
YUV 81.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 73 89 69 0.18 0 0.22 0.65 108 0.13 0.31
Hex 49 59 45 12 0 16 41 6C D 1F
Octal 111 131 105 22 0 26 101 154 15 37
Binary 1001001 1011001 1000101 10010 0 10110 1000001 1101100 1101 11111

Color Harmonies of #495945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495945

Black with #495945

Text Example


Text Example

White with #495945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495945; }

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

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

background-color css

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

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

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

border-color css

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

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

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