Html Css Color HEX #4D6046 Tom Thumb

📋 copy color: '#4D6046'

red 77 ◦ green 96 ◦ blue 70

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

Shades of Tom Thumb #4D6046

Tints of Tom Thumb #4D6046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

 BLUE value IS 70 (27.73% from 255) = 28.81%

R = 31.69%
G = 39.51%
B = 28.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#4D6046 (or 0x4D6046) is known color: Tom Thumb. HEX triplet: 4D, 60 and 46. RGB value is (77,96,70). Sum of RGB (Red+Green+Blue) = 77+96+70=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6046 is #B29FB9. Grayscale: #575757. Windows color (decimal): -11706298 or 4612173. OLE color: 4612173.

HSL color Cylindrical-coordinate representation of color #4D6046: hue angle of 103.85º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6046 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 96 70 -
CMYK 0.20 0 0.27 0.62
HSL 103.85º 0.16% 0.33% -
HSV(B) 103.85º 0.27% 0.38% -
XYZ 8.35 10.39 7.36 -
YUV 87.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 77 96 70 0.20 0 0.27 0.62 103.85 0.16 0.33
Hex 4D 60 46 14 0 1B 3E 68 10 21
Octal 115 140 106 24 0 33 76 150 20 41
Binary 1001101 1100000 1000110 10100 0 11011 111110 1101000 10000 100001

Color Harmonies of #4D6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6046

Black with #4D6046

Text Example


Text Example

White with #4D6046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,96,70); }

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

background-color css

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

 a { background-color: rgb(77,96,70); }

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

border-color css

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

 span { border-color: rgb(77,96,70); }

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