Shades of Kelp #4D5236
Tints of Kelp #4D5236
RGB
CMYK
RGB Variations
Color information
#4D5236 (or 0x4D5236) is known color: Kelp. HEX triplet: 4D, 52 and 36. RGB value is (77,82,54). Sum of RGB (Red+Green+Blue) = 77+82+54=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5236 is #B2ADC9. Grayscale: #4D4D4D. Windows color (decimal): -11709898 or 3560013. OLE color: 3560013.
HSL color Cylindrical-coordinate representation of color #4D5236: hue angle of 70.71º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D5236 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 54 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.68 |
| HSL | 70.71º | 0.21% | 0.27% | - |
| HSV(B) | 70.71º | 0.34% | 0.32% | - |
| XYZ | 6.74 | 7.88 | 4.66 | - |
| YUV | 77.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 54 | 0.06 | 0 | 0.34 | 0.68 | 70.71 | 0.21 | 0.27 |
| Hex | 4D | 52 | 36 | 6 | 0 | 22 | 44 | 47 | 15 | 1B |
| Octal | 115 | 122 | 66 | 6 | 0 | 42 | 104 | 107 | 25 | 33 |
| Binary | 1001101 | 1010010 | 110110 | 110 | 0 | 100010 | 1000100 | 1000111 | 10101 | 11011 |
Color Harmonies of #4D5236
Complementary color
Monochromatic Colors of #4D5236
Black with #4D5236
Text Example
Text Example
White with #4D5236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5236; }
p { color: rgb(77,82,54); }
H1.HeaderClassName
{
color: #4D5236;
}
.AnyTagClassName
{
color: #4D5236;
}
</style>
background-color css
<style>
a { background-color: #4D5236; }
a { background-color: rgb(77,82,54); }
div.DivClassName
{
background-color: #4D5236;
}
.BgClassName
{
background-color: #4D5236;
}
</style>
border-color css
<style>
span { border-color: #4D5236; }
span { border-color: rgb(77,82,54); }
td.TdClassName
{
border-color: #4D5236;
}
.TagClassName
{
border-color: #4D5236;
}
</style>