Shades of Kelp #4E533D
Tints of Kelp #4E533D
RGB
CMYK
RGB Variations
Color information
#4E533D (or 0x4E533D) is known color: Kelp. HEX triplet: 4E, 53 and 3D. RGB value is (78,83,61). Sum of RGB (Red+Green+Blue) = 78+83+61=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #4E533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E533D is #B1ACC2. Grayscale: #4F4F4F. Windows color (decimal): -11644099 or 4019022. OLE color: 4019022.
HSL color Cylindrical-coordinate representation of color #4E533D: hue angle of 73.64º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E533D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 61 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.67 |
| HSL | 73.64º | 0.15% | 0.28% | - |
| HSV(B) | 73.64º | 0.27% | 0.33% | - |
| XYZ | 7.08 | 8.14 | 5.61 | - |
| YUV | 79 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 61 | 0.06 | 0 | 0.27 | 0.67 | 73.64 | 0.15 | 0.28 |
| Hex | 4E | 53 | 3D | 6 | 0 | 1B | 43 | 4A | F | 1C |
| Octal | 116 | 123 | 75 | 6 | 0 | 33 | 103 | 112 | 17 | 34 |
| Binary | 1001110 | 1010011 | 111101 | 110 | 0 | 11011 | 1000011 | 1001010 | 1111 | 11100 |
Color Harmonies of #4E533D
Complementary color
Monochromatic Colors of #4E533D
Black with #4E533D
Text Example
Text Example
White with #4E533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E533D; }
p { color: rgb(78,83,61); }
H1.HeaderClassName
{
color: #4E533D;
}
.AnyTagClassName
{
color: #4E533D;
}
</style>
background-color css
<style>
a { background-color: #4E533D; }
a { background-color: rgb(78,83,61); }
div.DivClassName
{
background-color: #4E533D;
}
.BgClassName
{
background-color: #4E533D;
}
</style>
border-color css
<style>
span { border-color: #4E533D; }
span { border-color: rgb(78,83,61); }
td.TdClassName
{
border-color: #4E533D;
}
.TagClassName
{
border-color: #4E533D;
}
</style>