Html Css Color HEX #495C40 Tom Thumb

📋 copy color: '#495C40'

red 73 ◦ green 92 ◦ blue 64

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

Shades of Tom Thumb #495C40

Tints of Tom Thumb #495C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.17%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 31.88%
G = 40.17%
B = 27.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#495C40 (or 0x495C40) is known color: Tom Thumb. HEX triplet: 49, 5C and 40. RGB value is (73,92,64). Sum of RGB (Red+Green+Blue) = 73+92+64=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #495C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C40 is #B6A3BF. Grayscale: #535353. Windows color (decimal): -11969472 or 4217929. OLE color: 4217929.

HSL color Cylindrical-coordinate representation of color #495C40: hue angle of 100.71º 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 #495C40 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 64 -
CMYK 0.21 0 0.30 0.64
HSL 100.71º 0.18% 0.31% -
HSV(B) 100.71º 0.3% 0.36% -
XYZ 7.5 9.44 6.28 -
YUV 83.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 73 92 64 0.21 0 0.30 0.64 100.71 0.18 0.31
Hex 49 5C 40 15 0 1E 40 65 12 1F
Octal 111 134 100 25 0 36 100 145 22 37
Binary 1001001 1011100 1000000 10101 0 11110 1000000 1100101 10010 11111

Color Harmonies of #495C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C40

Black with #495C40

Text Example


Text Example

White with #495C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,64); }

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

background-color css

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

 a { background-color: rgb(73,92,64); }

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

border-color css

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

 span { border-color: rgb(73,92,64); }

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