Shades of Kelp #4F503E
Tints of Kelp #4F503E
RGB
CMYK
RGB Variations
Color information
#4F503E (or 0x4F503E) is known color: Kelp. HEX triplet: 4F, 50 and 3E. RGB value is (79,80,62). Sum of RGB (Red+Green+Blue) = 79+80+62=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #4F503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F503E is #B0AFC1. Grayscale: #4D4D4D. Windows color (decimal): -11579330 or 4083791. OLE color: 4083791.
HSL color Cylindrical-coordinate representation of color #4F503E: hue angle of 63.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F503E is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 80 | 62 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.69 |
| HSL | 63.33º | 0.13% | 0.28% | - |
| HSV(B) | 63.33º | 0.23% | 0.31% | - |
| XYZ | 6.96 | 7.75 | 5.69 | - |
| YUV | 77.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 62 | 0.01 | 0 | 0.22 | 0.69 | 63.33 | 0.13 | 0.28 |
| Hex | 4F | 50 | 3E | 1 | 0 | 16 | 45 | 3F | D | 1C |
| Octal | 117 | 120 | 76 | 1 | 0 | 26 | 105 | 77 | 15 | 34 |
| Binary | 1001111 | 1010000 | 111110 | 1 | 0 | 10110 | 1000101 | 111111 | 1101 | 11100 |
Color Harmonies of #4F503E
Complementary color
Monochromatic Colors of #4F503E
Black with #4F503E
Text Example
Text Example
White with #4F503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F503E; }
p { color: rgb(79,80,62); }
H1.HeaderClassName
{
color: #4F503E;
}
.AnyTagClassName
{
color: #4F503E;
}
</style>
background-color css
<style>
a { background-color: #4F503E; }
a { background-color: rgb(79,80,62); }
div.DivClassName
{
background-color: #4F503E;
}
.BgClassName
{
background-color: #4F503E;
}
</style>
border-color css
<style>
span { border-color: #4F503E; }
span { border-color: rgb(79,80,62); }
td.TdClassName
{
border-color: #4F503E;
}
.TagClassName
{
border-color: #4F503E;
}
</style>