Shades of Kelp #4F5041
Tints of Kelp #4F5041
RGB
CMYK
RGB Variations
Color information
#4F5041 (or 0x4F5041) is known color: Kelp. HEX triplet: 4F, 50 and 41. RGB value is (79,80,65). Sum of RGB (Red+Green+Blue) = 79+80+65=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5041 is #B0AFBE. Grayscale: #4E4E4E. Windows color (decimal): -11579327 or 4280399. OLE color: 4280399.
HSL color Cylindrical-coordinate representation of color #4F5041: hue angle of 64º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5041 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 80 | 65 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.69 |
| HSL | 64º | 0.1% | 0.28% | - |
| HSV(B) | 64º | 0.19% | 0.31% | - |
| XYZ | 7.05 | 7.78 | 6.13 | - |
| YUV | 77.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 65 | 0.01 | 0 | 0.19 | 0.69 | 64 | 0.1 | 0.28 |
| Hex | 4F | 50 | 41 | 1 | 0 | 13 | 45 | 40 | A | 1C |
| Octal | 117 | 120 | 101 | 1 | 0 | 23 | 105 | 100 | 12 | 34 |
| Binary | 1001111 | 1010000 | 1000001 | 1 | 0 | 10011 | 1000101 | 1000000 | 1010 | 11100 |
Color Harmonies of #4F5041
Complementary color
Monochromatic Colors of #4F5041
Black with #4F5041
Text Example
Text Example
White with #4F5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5041; }
p { color: rgb(79,80,65); }
H1.HeaderClassName
{
color: #4F5041;
}
.AnyTagClassName
{
color: #4F5041;
}
</style>
background-color css
<style>
a { background-color: #4F5041; }
a { background-color: rgb(79,80,65); }
div.DivClassName
{
background-color: #4F5041;
}
.BgClassName
{
background-color: #4F5041;
}
</style>
border-color css
<style>
span { border-color: #4F5041; }
span { border-color: rgb(79,80,65); }
td.TdClassName
{
border-color: #4F5041;
}
.TagClassName
{
border-color: #4F5041;
}
</style>