Shades of Kelp #4F543A
Tints of Kelp #4F543A
RGB
CMYK
RGB Variations
Color information
#4F543A (or 0x4F543A) is known color: Kelp. HEX triplet: 4F, 54 and 3A. RGB value is (79,84,58). Sum of RGB (Red+Green+Blue) = 79+84+58=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #4F543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F543A is #B0ABC5. Grayscale: #4F4F4F. Windows color (decimal): -11578310 or 3822671. OLE color: 3822671.
HSL color Cylindrical-coordinate representation of color #4F543A: hue angle of 71.54º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F543A is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 84 | 58 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.67 |
| HSL | 71.54º | 0.18% | 0.28% | - |
| HSV(B) | 71.54º | 0.31% | 0.33% | - |
| XYZ | 7.16 | 8.31 | 5.23 | - |
| YUV | 79.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 58 | 0.06 | 0 | 0.31 | 0.67 | 71.54 | 0.18 | 0.28 |
| Hex | 4F | 54 | 3A | 6 | 0 | 1F | 43 | 48 | 12 | 1C |
| Octal | 117 | 124 | 72 | 6 | 0 | 37 | 103 | 110 | 22 | 34 |
| Binary | 1001111 | 1010100 | 111010 | 110 | 0 | 11111 | 1000011 | 1001000 | 10010 | 11100 |
Color Harmonies of #4F543A
Complementary color
Monochromatic Colors of #4F543A
Black with #4F543A
Text Example
Text Example
White with #4F543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F543A; }
p { color: rgb(79,84,58); }
H1.HeaderClassName
{
color: #4F543A;
}
.AnyTagClassName
{
color: #4F543A;
}
</style>
background-color css
<style>
a { background-color: #4F543A; }
a { background-color: rgb(79,84,58); }
div.DivClassName
{
background-color: #4F543A;
}
.BgClassName
{
background-color: #4F543A;
}
</style>
border-color css
<style>
span { border-color: #4F543A; }
span { border-color: rgb(79,84,58); }
td.TdClassName
{
border-color: #4F543A;
}
.TagClassName
{
border-color: #4F543A;
}
</style>