Shades of Kelp #4B4D39
Tints of Kelp #4B4D39
RGB
CMYK
RGB Variations
Color information
#4B4D39 (or 0x4B4D39) is known color: Kelp. HEX triplet: 4B, 4D and 39. RGB value is (75,77,57). Sum of RGB (Red+Green+Blue) = 75+77+57=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 77 - color contains mainly: green. Hex color #4B4D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B4D39 is #B4B2C6. Grayscale: #4A4A4A. Windows color (decimal): -11842247 or 3755339. OLE color: 3755339.
HSL color Cylindrical-coordinate representation of color #4B4D39: hue angle of 66º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B4D39 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 77 | 57 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.70 |
| HSL | 66º | 0.15% | 0.26% | - |
| HSV(B) | 66º | 0.26% | 0.3% | - |
| XYZ | 6.29 | 7.1 | 4.91 | - |
| YUV | 74.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 77 | 57 | 0.03 | 0 | 0.26 | 0.70 | 66 | 0.15 | 0.26 |
| Hex | 4B | 4D | 39 | 3 | 0 | 1A | 46 | 42 | F | 1A |
| Octal | 113 | 115 | 71 | 3 | 0 | 32 | 106 | 102 | 17 | 32 |
| Binary | 1001011 | 1001101 | 111001 | 11 | 0 | 11010 | 1000110 | 1000010 | 1111 | 11010 |
Color Harmonies of #4B4D39
Complementary color
Monochromatic Colors of #4B4D39
Black with #4B4D39
Text Example
Text Example
White with #4B4D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4D39; }
p { color: rgb(75,77,57); }
H1.HeaderClassName
{
color: #4B4D39;
}
.AnyTagClassName
{
color: #4B4D39;
}
</style>
background-color css
<style>
a { background-color: #4B4D39; }
a { background-color: rgb(75,77,57); }
div.DivClassName
{
background-color: #4B4D39;
}
.BgClassName
{
background-color: #4B4D39;
}
</style>
border-color css
<style>
span { border-color: #4B4D39; }
span { border-color: rgb(75,77,57); }
td.TdClassName
{
border-color: #4B4D39;
}
.TagClassName
{
border-color: #4B4D39;
}
</style>