Shades of Kelp #4F543B
Tints of Kelp #4F543B
RGB
CMYK
RGB Variations
Color information
#4F543B (or 0x4F543B) is known color: Kelp. HEX triplet: 4F, 54 and 3B. RGB value is (79,84,59). Sum of RGB (Red+Green+Blue) = 79+84+59=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #4F543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F543B is #B0ABC4. Grayscale: #4F4F4F. Windows color (decimal): -11578309 or 3888207. OLE color: 3888207.
HSL color Cylindrical-coordinate representation of color #4F543B: hue angle of 72º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F543B is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 84 | 59 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.67 |
| HSL | 72º | 0.17% | 0.28% | - |
| HSV(B) | 72º | 0.3% | 0.33% | - |
| XYZ | 7.18 | 8.32 | 5.36 | - |
| YUV | 79.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 59 | 0.06 | 0 | 0.30 | 0.67 | 72 | 0.17 | 0.28 |
| Hex | 4F | 54 | 3B | 6 | 0 | 1E | 43 | 48 | 11 | 1C |
| Octal | 117 | 124 | 73 | 6 | 0 | 36 | 103 | 110 | 21 | 34 |
| Binary | 1001111 | 1010100 | 111011 | 110 | 0 | 11110 | 1000011 | 1001000 | 10001 | 11100 |
Color Harmonies of #4F543B
Complementary color
Monochromatic Colors of #4F543B
Black with #4F543B
Text Example
Text Example
White with #4F543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F543B; }
p { color: rgb(79,84,59); }
H1.HeaderClassName
{
color: #4F543B;
}
.AnyTagClassName
{
color: #4F543B;
}
</style>
background-color css
<style>
a { background-color: #4F543B; }
a { background-color: rgb(79,84,59); }
div.DivClassName
{
background-color: #4F543B;
}
.BgClassName
{
background-color: #4F543B;
}
</style>
border-color css
<style>
span { border-color: #4F543B; }
span { border-color: rgb(79,84,59); }
td.TdClassName
{
border-color: #4F543B;
}
.TagClassName
{
border-color: #4F543B;
}
</style>