Shades of Kelp #4D4F41
Tints of Kelp #4D4F41
RGB
CMYK
RGB Variations
Color information
#4D4F41 (or 0x4D4F41) is known color: Kelp. HEX triplet: 4D, 4F and 41. RGB value is (77,79,65). Sum of RGB (Red+Green+Blue) = 77+79+65=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F41 is #B2B0BE. Grayscale: #4C4C4C. Windows color (decimal): -11710655 or 4280141. OLE color: 4280141.
HSL color Cylindrical-coordinate representation of color #4D4F41: hue angle of 68.57º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D4F41 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 79 | 65 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.69 |
| HSL | 68.57º | 0.1% | 0.28% | - |
| HSV(B) | 68.57º | 0.18% | 0.31% | - |
| XYZ | 6.81 | 7.55 | 6.1 | - |
| YUV | 76.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 65 | 0.03 | 0 | 0.18 | 0.69 | 68.57 | 0.1 | 0.28 |
| Hex | 4D | 4F | 41 | 3 | 0 | 12 | 45 | 45 | A | 1C |
| Octal | 115 | 117 | 101 | 3 | 0 | 22 | 105 | 105 | 12 | 34 |
| Binary | 1001101 | 1001111 | 1000001 | 11 | 0 | 10010 | 1000101 | 1000101 | 1010 | 11100 |
Color Harmonies of #4D4F41
Complementary color
Monochromatic Colors of #4D4F41
Black with #4D4F41
Text Example
Text Example
White with #4D4F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F41; }
p { color: rgb(77,79,65); }
H1.HeaderClassName
{
color: #4D4F41;
}
.AnyTagClassName
{
color: #4D4F41;
}
</style>
background-color css
<style>
a { background-color: #4D4F41; }
a { background-color: rgb(77,79,65); }
div.DivClassName
{
background-color: #4D4F41;
}
.BgClassName
{
background-color: #4D4F41;
}
</style>
border-color css
<style>
span { border-color: #4D4F41; }
span { border-color: rgb(77,79,65); }
td.TdClassName
{
border-color: #4D4F41;
}
.TagClassName
{
border-color: #4D4F41;
}
</style>