Shades of Kelp #4E513D
Tints of Kelp #4E513D
RGB
CMYK
RGB Variations
Color information
#4E513D (or 0x4E513D) is known color: Kelp. HEX triplet: 4E, 51 and 3D. RGB value is (78,81,61). Sum of RGB (Red+Green+Blue) = 78+81+61=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 81 - color contains mainly: green. Hex color #4E513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E513D is #B1AEC2. Grayscale: #4D4D4D. Windows color (decimal): -11644611 or 4018510. OLE color: 4018510.
HSL color Cylindrical-coordinate representation of color #4E513D: hue angle of 69º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E513D is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 81 | 61 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.68 |
| HSL | 69º | 0.14% | 0.28% | - |
| HSV(B) | 69º | 0.25% | 0.32% | - |
| XYZ | 6.93 | 7.84 | 5.56 | - |
| YUV | 77.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 61 | 0.04 | 0 | 0.25 | 0.68 | 69 | 0.14 | 0.28 |
| Hex | 4E | 51 | 3D | 4 | 0 | 19 | 44 | 45 | E | 1C |
| Octal | 116 | 121 | 75 | 4 | 0 | 31 | 104 | 105 | 16 | 34 |
| Binary | 1001110 | 1010001 | 111101 | 100 | 0 | 11001 | 1000100 | 1000101 | 1110 | 11100 |
Color Harmonies of #4E513D
Complementary color
Monochromatic Colors of #4E513D
Black with #4E513D
Text Example
Text Example
White with #4E513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E513D; }
p { color: rgb(78,81,61); }
H1.HeaderClassName
{
color: #4E513D;
}
.AnyTagClassName
{
color: #4E513D;
}
</style>
background-color css
<style>
a { background-color: #4E513D; }
a { background-color: rgb(78,81,61); }
div.DivClassName
{
background-color: #4E513D;
}
.BgClassName
{
background-color: #4E513D;
}
</style>
border-color css
<style>
span { border-color: #4E513D; }
span { border-color: rgb(78,81,61); }
td.TdClassName
{
border-color: #4E513D;
}
.TagClassName
{
border-color: #4E513D;
}
</style>