Shades of Kelp #4E533C
Tints of Kelp #4E533C
RGB
CMYK
RGB Variations
Color information
#4E533C (or 0x4E533C) is known color: Kelp. HEX triplet: 4E, 53 and 3C. RGB value is (78,83,60). Sum of RGB (Red+Green+Blue) = 78+83+60=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #4E533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E533C is #B1ACC3. Grayscale: #4E4E4E. Windows color (decimal): -11644100 or 3953486. OLE color: 3953486.
HSL color Cylindrical-coordinate representation of color #4E533C: hue angle of 73.04º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E533C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 60 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.67 |
| HSL | 73.04º | 0.16% | 0.28% | - |
| HSV(B) | 73.04º | 0.28% | 0.33% | - |
| XYZ | 7.05 | 8.13 | 5.47 | - |
| YUV | 78.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 60 | 0.06 | 0 | 0.28 | 0.67 | 73.04 | 0.16 | 0.28 |
| Hex | 4E | 53 | 3C | 6 | 0 | 1C | 43 | 49 | 10 | 1C |
| Octal | 116 | 123 | 74 | 6 | 0 | 34 | 103 | 111 | 20 | 34 |
| Binary | 1001110 | 1010011 | 111100 | 110 | 0 | 11100 | 1000011 | 1001001 | 10000 | 11100 |
Color Harmonies of #4E533C
Complementary color
Monochromatic Colors of #4E533C
Black with #4E533C
Text Example
Text Example
White with #4E533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E533C; }
p { color: rgb(78,83,60); }
H1.HeaderClassName
{
color: #4E533C;
}
.AnyTagClassName
{
color: #4E533C;
}
</style>
background-color css
<style>
a { background-color: #4E533C; }
a { background-color: rgb(78,83,60); }
div.DivClassName
{
background-color: #4E533C;
}
.BgClassName
{
background-color: #4E533C;
}
</style>
border-color css
<style>
span { border-color: #4E533C; }
span { border-color: rgb(78,83,60); }
td.TdClassName
{
border-color: #4E533C;
}
.TagClassName
{
border-color: #4E533C;
}
</style>