Shades of Kelp #4E533A
Tints of Kelp #4E533A
RGB
CMYK
RGB Variations
Color information
#4E533A (or 0x4E533A) is known color: Kelp. HEX triplet: 4E, 53 and 3A. RGB value is (78,83,58). Sum of RGB (Red+Green+Blue) = 78+83+58=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #4E533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E533A is #B1ACC5. Grayscale: #4E4E4E. Windows color (decimal): -11644102 or 3822414. OLE color: 3822414.
HSL color Cylindrical-coordinate representation of color #4E533A: hue angle of 72º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E533A is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 58 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.67 |
| HSL | 72º | 0.18% | 0.28% | - |
| HSV(B) | 72º | 0.3% | 0.33% | - |
| XYZ | 7 | 8.11 | 5.2 | - |
| YUV | 78.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 58 | 0.06 | 0 | 0.30 | 0.67 | 72 | 0.18 | 0.28 |
| Hex | 4E | 53 | 3A | 6 | 0 | 1E | 43 | 48 | 12 | 1C |
| Octal | 116 | 123 | 72 | 6 | 0 | 36 | 103 | 110 | 22 | 34 |
| Binary | 1001110 | 1010011 | 111010 | 110 | 0 | 11110 | 1000011 | 1001000 | 10010 | 11100 |
Color Harmonies of #4E533A
Complementary color
Monochromatic Colors of #4E533A
Black with #4E533A
Text Example
Text Example
White with #4E533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E533A; }
p { color: rgb(78,83,58); }
H1.HeaderClassName
{
color: #4E533A;
}
.AnyTagClassName
{
color: #4E533A;
}
</style>
background-color css
<style>
a { background-color: #4E533A; }
a { background-color: rgb(78,83,58); }
div.DivClassName
{
background-color: #4E533A;
}
.BgClassName
{
background-color: #4E533A;
}
</style>
border-color css
<style>
span { border-color: #4E533A; }
span { border-color: rgb(78,83,58); }
td.TdClassName
{
border-color: #4E533A;
}
.TagClassName
{
border-color: #4E533A;
}
</style>