Shades of Kelp #4E523D
Tints of Kelp #4E523D
RGB
CMYK
RGB Variations
Color information
#4E523D (or 0x4E523D) is known color: Kelp. HEX triplet: 4E, 52 and 3D. RGB value is (78,82,61). Sum of RGB (Red+Green+Blue) = 78+82+61=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #4E523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E523D is #B1ADC2. Grayscale: #4E4E4E. Windows color (decimal): -11644355 or 4018766. OLE color: 4018766.
HSL color Cylindrical-coordinate representation of color #4E523D: hue angle of 71.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E523D is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 82 | 61 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.68 |
| HSL | 71.43º | 0.15% | 0.28% | - |
| HSV(B) | 71.43º | 0.26% | 0.32% | - |
| XYZ | 7 | 7.99 | 5.59 | - |
| YUV | 78.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 61 | 0.05 | 0 | 0.26 | 0.68 | 71.43 | 0.15 | 0.28 |
| Hex | 4E | 52 | 3D | 5 | 0 | 1A | 44 | 47 | F | 1C |
| Octal | 116 | 122 | 75 | 5 | 0 | 32 | 104 | 107 | 17 | 34 |
| Binary | 1001110 | 1010010 | 111101 | 101 | 0 | 11010 | 1000100 | 1000111 | 1111 | 11100 |
Color Harmonies of #4E523D
Complementary color
Monochromatic Colors of #4E523D
Black with #4E523D
Text Example
Text Example
White with #4E523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E523D; }
p { color: rgb(78,82,61); }
H1.HeaderClassName
{
color: #4E523D;
}
.AnyTagClassName
{
color: #4E523D;
}
</style>
background-color css
<style>
a { background-color: #4E523D; }
a { background-color: rgb(78,82,61); }
div.DivClassName
{
background-color: #4E523D;
}
.BgClassName
{
background-color: #4E523D;
}
</style>
border-color css
<style>
span { border-color: #4E523D; }
span { border-color: rgb(78,82,61); }
td.TdClassName
{
border-color: #4E523D;
}
.TagClassName
{
border-color: #4E523D;
}
</style>