Html Css Color HEX #495E43 Tom Thumb

📋 copy color: '#495E43'

red 73 ◦ green 94 ◦ blue 67

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

Shades of Tom Thumb #495E43

Tints of Tom Thumb #495E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.63%

R = 31.2%
G = 40.17%
B = 28.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.63

RGB Variations

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

Color information

#495E43 (or 0x495E43) is known color: Tom Thumb. HEX triplet: 49, 5E and 43. RGB value is (73,94,67). Sum of RGB (Red+Green+Blue) = 73+94+67=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 94 (37.11% from 255 or 40.17% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 94 - color contains mainly: green. Hex color #495E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495E43 is #B6A1BC. Grayscale: #545454. Windows color (decimal): -11968957 or 4415049. OLE color: 4415049.

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

Color convert

RGB 73 94 67 -
CMYK 0.22 0 0.29 0.63
HSL 106.67º 0.17% 0.32% -
HSV(B) 106.67º 0.29% 0.37% -
XYZ 7.76 9.83 6.8 -
YUV 84.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 73 94 67 0.22 0 0.29 0.63 106.67 0.17 0.32
Hex 49 5E 43 16 0 1D 3F 6B 11 20
Octal 111 136 103 26 0 35 77 153 21 40
Binary 1001001 1011110 1000011 10110 0 11101 111111 1101011 10001 100000

Color Harmonies of #495E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E43

Black with #495E43

Text Example


Text Example

White with #495E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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