Shades of Kelp #4F523F
Tints of Kelp #4F523F
RGB
CMYK
RGB Variations
Color information
#4F523F (or 0x4F523F) is known color: Kelp. HEX triplet: 4F, 52 and 3F. RGB value is (79,82,63). Sum of RGB (Red+Green+Blue) = 79+82+63=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #4F523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F523F is #B0ADC0. Grayscale: #4F4F4F. Windows color (decimal): -11578817 or 4149839. OLE color: 4149839.
HSL color Cylindrical-coordinate representation of color #4F523F: hue angle of 69.47º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F523F is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 82 | 63 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.68 |
| HSL | 69.47º | 0.13% | 0.28% | - |
| HSV(B) | 69.47º | 0.23% | 0.32% | - |
| XYZ | 7.14 | 8.06 | 5.88 | - |
| YUV | 78.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 63 | 0.04 | 0 | 0.23 | 0.68 | 69.47 | 0.13 | 0.28 |
| Hex | 4F | 52 | 3F | 4 | 0 | 17 | 44 | 45 | D | 1C |
| Octal | 117 | 122 | 77 | 4 | 0 | 27 | 104 | 105 | 15 | 34 |
| Binary | 1001111 | 1010010 | 111111 | 100 | 0 | 10111 | 1000100 | 1000101 | 1101 | 11100 |
Color Harmonies of #4F523F
Complementary color
Monochromatic Colors of #4F523F
Black with #4F523F
Text Example
Text Example
White with #4F523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F523F; }
p { color: rgb(79,82,63); }
H1.HeaderClassName
{
color: #4F523F;
}
.AnyTagClassName
{
color: #4F523F;
}
</style>
background-color css
<style>
a { background-color: #4F523F; }
a { background-color: rgb(79,82,63); }
div.DivClassName
{
background-color: #4F523F;
}
.BgClassName
{
background-color: #4F523F;
}
</style>
border-color css
<style>
span { border-color: #4F523F; }
span { border-color: rgb(79,82,63); }
td.TdClassName
{
border-color: #4F523F;
}
.TagClassName
{
border-color: #4F523F;
}
</style>