Shades of Kelp #4F543C
Tints of Kelp #4F543C
RGB
CMYK
RGB Variations
Color information
#4F543C (or 0x4F543C) is known color: Kelp. HEX triplet: 4F, 54 and 3C. RGB value is (79,84,60). Sum of RGB (Red+Green+Blue) = 79+84+60=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #4F543C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F543C is #B0ABC3. Grayscale: #4F4F4F. Windows color (decimal): -11578308 or 3953743. OLE color: 3953743.
HSL color Cylindrical-coordinate representation of color #4F543C: hue angle of 72.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F543C is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 84 | 60 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.67 |
| HSL | 72.5º | 0.17% | 0.28% | - |
| HSV(B) | 72.5º | 0.29% | 0.33% | - |
| XYZ | 7.21 | 8.33 | 5.5 | - |
| YUV | 79.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 60 | 0.06 | 0 | 0.29 | 0.67 | 72.5 | 0.17 | 0.28 |
| Hex | 4F | 54 | 3C | 6 | 0 | 1D | 43 | 48 | 11 | 1C |
| Octal | 117 | 124 | 74 | 6 | 0 | 35 | 103 | 110 | 21 | 34 |
| Binary | 1001111 | 1010100 | 111100 | 110 | 0 | 11101 | 1000011 | 1001000 | 10001 | 11100 |
Color Harmonies of #4F543C
Complementary color
Monochromatic Colors of #4F543C
Black with #4F543C
Text Example
Text Example
White with #4F543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F543C; }
p { color: rgb(79,84,60); }
H1.HeaderClassName
{
color: #4F543C;
}
.AnyTagClassName
{
color: #4F543C;
}
</style>
background-color css
<style>
a { background-color: #4F543C; }
a { background-color: rgb(79,84,60); }
div.DivClassName
{
background-color: #4F543C;
}
.BgClassName
{
background-color: #4F543C;
}
</style>
border-color css
<style>
span { border-color: #4F543C; }
span { border-color: rgb(79,84,60); }
td.TdClassName
{
border-color: #4F543C;
}
.TagClassName
{
border-color: #4F543C;
}
</style>