Shades of Kelp #4E5334
Tints of Kelp #4E5334
RGB
CMYK
RGB Variations
Color information
#4E5334 (or 0x4E5334) is known color: Kelp. HEX triplet: 4E, 53 and 34. RGB value is (78,83,52). Sum of RGB (Red+Green+Blue) = 78+83+52=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5334 is #B1ACCB. Grayscale: #4E4E4E. Windows color (decimal): -11644108 or 3429198. OLE color: 3429198.
HSL color Cylindrical-coordinate representation of color #4E5334: hue angle of 69.68º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E5334 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 52 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.67 |
| HSL | 69.68º | 0.23% | 0.26% | - |
| HSV(B) | 69.68º | 0.37% | 0.33% | - |
| XYZ | 6.85 | 8.05 | 4.44 | - |
| YUV | 77.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 52 | 0.06 | 0 | 0.37 | 0.67 | 69.68 | 0.23 | 0.26 |
| Hex | 4E | 53 | 34 | 6 | 0 | 25 | 43 | 46 | 17 | 1A |
| Octal | 116 | 123 | 64 | 6 | 0 | 45 | 103 | 106 | 27 | 32 |
| Binary | 1001110 | 1010011 | 110100 | 110 | 0 | 100101 | 1000011 | 1000110 | 10111 | 11010 |
Color Harmonies of #4E5334
Complementary color
Monochromatic Colors of #4E5334
Black with #4E5334
Text Example
Text Example
White with #4E5334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5334; }
p { color: rgb(78,83,52); }
H1.HeaderClassName
{
color: #4E5334;
}
.AnyTagClassName
{
color: #4E5334;
}
</style>
background-color css
<style>
a { background-color: #4E5334; }
a { background-color: rgb(78,83,52); }
div.DivClassName
{
background-color: #4E5334;
}
.BgClassName
{
background-color: #4E5334;
}
</style>
border-color css
<style>
span { border-color: #4E5334; }
span { border-color: rgb(78,83,52); }
td.TdClassName
{
border-color: #4E5334;
}
.TagClassName
{
border-color: #4E5334;
}
</style>