Shades of Kelp #4F5340
Tints of Kelp #4F5340
RGB
CMYK
RGB Variations
Color information
#4F5340 (or 0x4F5340) is known color: Kelp. HEX triplet: 4F, 53 and 40. RGB value is (79,83,64). Sum of RGB (Red+Green+Blue) = 79+83+64=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #4F5340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5340 is #B0ACBF. Grayscale: #4F4F4F. Windows color (decimal): -11578560 or 4215631. OLE color: 4215631.
HSL color Cylindrical-coordinate representation of color #4F5340: hue angle of 72.63º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F5340 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 64 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.67 |
| HSL | 72.63º | 0.13% | 0.29% | - |
| HSV(B) | 72.63º | 0.23% | 0.33% | - |
| XYZ | 7.24 | 8.22 | 6.06 | - |
| YUV | 79.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 64 | 0.05 | 0 | 0.23 | 0.67 | 72.63 | 0.13 | 0.29 |
| Hex | 4F | 53 | 40 | 5 | 0 | 17 | 43 | 49 | D | 1D |
| Octal | 117 | 123 | 100 | 5 | 0 | 27 | 103 | 111 | 15 | 35 |
| Binary | 1001111 | 1010011 | 1000000 | 101 | 0 | 10111 | 1000011 | 1001001 | 1101 | 11101 |
Color Harmonies of #4F5340
Complementary color
Monochromatic Colors of #4F5340
Black with #4F5340
Text Example
Text Example
White with #4F5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5340; }
p { color: rgb(79,83,64); }
H1.HeaderClassName
{
color: #4F5340;
}
.AnyTagClassName
{
color: #4F5340;
}
</style>
background-color css
<style>
a { background-color: #4F5340; }
a { background-color: rgb(79,83,64); }
div.DivClassName
{
background-color: #4F5340;
}
.BgClassName
{
background-color: #4F5340;
}
</style>
border-color css
<style>
span { border-color: #4F5340; }
span { border-color: rgb(79,83,64); }
td.TdClassName
{
border-color: #4F5340;
}
.TagClassName
{
border-color: #4F5340;
}
</style>