Html Css Color HEX #4D5D45 Tom Thumb

📋 copy color: '#4D5D45'

red 77 ◦ green 93 ◦ blue 69

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

Shades of Tom Thumb #4D5D45

Tints of Tom Thumb #4D5D45

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.91%

 BLUE value IS 69 (27.34% from 255) = 28.87%

R = 32.22%
G = 38.91%
B = 28.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#4D5D45 (or 0x4D5D45) is known color: Tom Thumb. HEX triplet: 4D, 5D and 45. RGB value is (77,93,69). Sum of RGB (Red+Green+Blue) = 77+93+69=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 93 (36.72% from 255 or 38.91% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 93 - color contains mainly: green. Hex color #4D5D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5D45 is #B2A2BA. Grayscale: #555555. Windows color (decimal): -11707067 or 4545869. OLE color: 4545869.

HSL color Cylindrical-coordinate representation of color #4D5D45: hue angle of 100º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D5D45 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 93 69 -
CMYK 0.17 0 0.26 0.64
HSL 100º 0.15% 0.32% -
HSV(B) 100º 0.26% 0.36% -
XYZ 8.05 9.84 7.1 -
YUV 85.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 77 93 69 0.17 0 0.26 0.64 100 0.15 0.32
Hex 4D 5D 45 11 0 1A 40 64 F 20
Octal 115 135 105 21 0 32 100 144 17 40
Binary 1001101 1011101 1000101 10001 0 11010 1000000 1100100 1111 100000

Color Harmonies of #4D5D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5D45

Black with #4D5D45

Text Example


Text Example

White with #4D5D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,93,69); }

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

background-color css

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

 a { background-color: rgb(77,93,69); }

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

border-color css

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

 span { border-color: rgb(77,93,69); }

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