Shades of Kelp #4F5634
Tints of Kelp #4F5634
RGB
CMYK
RGB Variations
Color information
#4F5634 (or 0x4F5634) is known color: Kelp. HEX triplet: 4F, 56 and 34. RGB value is (79,86,52). Sum of RGB (Red+Green+Blue) = 79+86+52=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #4F5634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5634 is #B0A9CB. Grayscale: #505050. Windows color (decimal): -11577804 or 3429967. OLE color: 3429967.
HSL color Cylindrical-coordinate representation of color #4F5634: hue angle of 72.35º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F5634 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 86 | 52 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.66 |
| HSL | 72.35º | 0.25% | 0.27% | - |
| HSV(B) | 72.35º | 0.4% | 0.34% | - |
| XYZ | 7.17 | 8.57 | 4.52 | - |
| YUV | 80.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 86 | 52 | 0.08 | 0 | 0.40 | 0.66 | 72.35 | 0.25 | 0.27 |
| Hex | 4F | 56 | 34 | 8 | 0 | 28 | 42 | 48 | 19 | 1B |
| Octal | 117 | 126 | 64 | 10 | 0 | 50 | 102 | 110 | 31 | 33 |
| Binary | 1001111 | 1010110 | 110100 | 1000 | 0 | 101000 | 1000010 | 1001000 | 11001 | 11011 |
Color Harmonies of #4F5634
Complementary color
Monochromatic Colors of #4F5634
Black with #4F5634
Text Example
Text Example
White with #4F5634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5634; }
p { color: rgb(79,86,52); }
H1.HeaderClassName
{
color: #4F5634;
}
.AnyTagClassName
{
color: #4F5634;
}
</style>
background-color css
<style>
a { background-color: #4F5634; }
a { background-color: rgb(79,86,52); }
div.DivClassName
{
background-color: #4F5634;
}
.BgClassName
{
background-color: #4F5634;
}
</style>
border-color css
<style>
span { border-color: #4F5634; }
span { border-color: rgb(79,86,52); }
td.TdClassName
{
border-color: #4F5634;
}
.TagClassName
{
border-color: #4F5634;
}
</style>