Shades of Kelp #4D4F3D
Tints of Kelp #4D4F3D
RGB
CMYK
RGB Variations
Color information
#4D4F3D (or 0x4D4F3D) is known color: Kelp. HEX triplet: 4D, 4F and 3D. RGB value is (77,79,61). Sum of RGB (Red+Green+Blue) = 77+79+61=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4F3D is #B2B0C2. Grayscale: #4C4C4C. Windows color (decimal): -11710659 or 4017997. OLE color: 4017997.
HSL color Cylindrical-coordinate representation of color #4D4F3D: hue angle of 66.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D4F3D is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 79 | 61 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.69 |
| HSL | 66.67º | 0.13% | 0.27% | - |
| HSV(B) | 66.67º | 0.23% | 0.31% | - |
| XYZ | 6.7 | 7.51 | 5.51 | - |
| YUV | 76.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 61 | 0.03 | 0 | 0.23 | 0.69 | 66.67 | 0.13 | 0.27 |
| Hex | 4D | 4F | 3D | 3 | 0 | 17 | 45 | 43 | D | 1B |
| Octal | 115 | 117 | 75 | 3 | 0 | 27 | 105 | 103 | 15 | 33 |
| Binary | 1001101 | 1001111 | 111101 | 11 | 0 | 10111 | 1000101 | 1000011 | 1101 | 11011 |
Color Harmonies of #4D4F3D
Complementary color
Monochromatic Colors of #4D4F3D
Black with #4D4F3D
Text Example
Text Example
White with #4D4F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F3D; }
p { color: rgb(77,79,61); }
H1.HeaderClassName
{
color: #4D4F3D;
}
.AnyTagClassName
{
color: #4D4F3D;
}
</style>
background-color css
<style>
a { background-color: #4D4F3D; }
a { background-color: rgb(77,79,61); }
div.DivClassName
{
background-color: #4D4F3D;
}
.BgClassName
{
background-color: #4D4F3D;
}
</style>
border-color css
<style>
span { border-color: #4D4F3D; }
span { border-color: rgb(77,79,61); }
td.TdClassName
{
border-color: #4D4F3D;
}
.TagClassName
{
border-color: #4D4F3D;
}
</style>