Html Css Color HEX #4D6A40 Tom Thumb

📋 copy color: '#4D6A40'

red 77 ◦ green 106 ◦ blue 64

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

Shades of Tom Thumb #4D6A40

Tints of Tom Thumb #4D6A40

RGB

 RED value IS 77 (30.47% from 255) = 31.17%

 GREEN value IS 106 (41.8% from 255) = 42.91%

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

R = 31.17%
G = 42.91%
B = 25.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#4D6A40 (or 0x4D6A40) is known color: Tom Thumb. HEX triplet: 4D, 6A and 40. RGB value is (77,106,64). Sum of RGB (Red+Green+Blue) = 77+106+64=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A40 is #B295BF. Grayscale: #5C5C5C. Windows color (decimal): -11703744 or 4221517. OLE color: 4221517.

HSL color Cylindrical-coordinate representation of color #4D6A40: hue angle of 101.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D6A40 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 106 64 -
CMYK 0.27 0 0.40 0.58
HSL 101.43º 0.25% 0.33% -
HSV(B) 101.43º 0.4% 0.42% -
XYZ 9.14 12.26 6.73 -
YUV 92.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 77 106 64 0.27 0 0.40 0.58 101.43 0.25 0.33
Hex 4D 6A 40 1B 0 28 3A 65 19 21
Octal 115 152 100 33 0 50 72 145 31 41
Binary 1001101 1101010 1000000 11011 0 101000 111010 1100101 11001 100001

Color Harmonies of #4D6A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6A40

Black with #4D6A40

Text Example


Text Example

White with #4D6A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D6A40; }

 p { color: rgb(77,106,64); }

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

background-color css

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

 a { background-color: rgb(77,106,64); }

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

border-color css

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

 span { border-color: rgb(77,106,64); }

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