Shades of Kelp #4F5539
Tints of Kelp #4F5539
RGB
CMYK
RGB Variations
Color information
#4F5539 (or 0x4F5539) is known color: Kelp. HEX triplet: 4F, 55 and 39. RGB value is (79,85,57). Sum of RGB (Red+Green+Blue) = 79+85+57=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5539 is #B0AAC6. Grayscale: #505050. Windows color (decimal): -11578055 or 3757391. OLE color: 3757391.
HSL color Cylindrical-coordinate representation of color #4F5539: hue angle of 72.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F5539 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 85 | 57 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.67 |
| HSL | 72.86º | 0.2% | 0.28% | - |
| HSV(B) | 72.86º | 0.33% | 0.33% | - |
| XYZ | 7.21 | 8.45 | 5.12 | - |
| YUV | 80.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 57 | 0.07 | 0 | 0.33 | 0.67 | 72.86 | 0.2 | 0.28 |
| Hex | 4F | 55 | 39 | 7 | 0 | 21 | 43 | 49 | 14 | 1C |
| Octal | 117 | 125 | 71 | 7 | 0 | 41 | 103 | 111 | 24 | 34 |
| Binary | 1001111 | 1010101 | 111001 | 111 | 0 | 100001 | 1000011 | 1001001 | 10100 | 11100 |
Color Harmonies of #4F5539
Complementary color
Monochromatic Colors of #4F5539
Black with #4F5539
Text Example
Text Example
White with #4F5539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5539; }
p { color: rgb(79,85,57); }
H1.HeaderClassName
{
color: #4F5539;
}
.AnyTagClassName
{
color: #4F5539;
}
</style>
background-color css
<style>
a { background-color: #4F5539; }
a { background-color: rgb(79,85,57); }
div.DivClassName
{
background-color: #4F5539;
}
.BgClassName
{
background-color: #4F5539;
}
</style>
border-color css
<style>
span { border-color: #4F5539; }
span { border-color: rgb(79,85,57); }
td.TdClassName
{
border-color: #4F5539;
}
.TagClassName
{
border-color: #4F5539;
}
</style>