Html Css Color HEX #4D6140 Tom Thumb

📋 copy color: '#4D6140'

red 77 ◦ green 97 ◦ blue 64

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

Shades of Tom Thumb #4D6140

Tints of Tom Thumb #4D6140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.76%

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

R = 32.35%
G = 40.76%
B = 26.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#4D6140 (or 0x4D6140) is known color: Tom Thumb. HEX triplet: 4D, 61 and 40. RGB value is (77,97,64). Sum of RGB (Red+Green+Blue) = 77+97+64=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6140 is #B29EBF. Grayscale: #575757. Windows color (decimal): -11706048 or 4219213. OLE color: 4219213.

HSL color Cylindrical-coordinate representation of color #4D6140: hue angle of 96.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D6140 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 97 64 -
CMYK 0.21 0 0.34 0.62
HSL 96.36º 0.2% 0.32% -
HSV(B) 96.36º 0.34% 0.38% -
XYZ 8.26 10.5 6.44 -
YUV 87.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 77 97 64 0.21 0 0.34 0.62 96.36 0.2 0.32
Hex 4D 61 40 15 0 22 3E 60 14 20
Octal 115 141 100 25 0 42 76 140 24 40
Binary 1001101 1100001 1000000 10101 0 100010 111110 1100000 10100 100000

Color Harmonies of #4D6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6140

Black with #4D6140

Text Example


Text Example

White with #4D6140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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