Shades of Kelp #4F533C
Tints of Kelp #4F533C
RGB
CMYK
RGB Variations
Color information
#4F533C (or 0x4F533C) is known color: Kelp. HEX triplet: 4F, 53 and 3C. RGB value is (79,83,60). Sum of RGB (Red+Green+Blue) = 79+83+60=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #4F533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F533C is #B0ACC3. Grayscale: #4F4F4F. Windows color (decimal): -11578564 or 3953487. OLE color: 3953487.
HSL color Cylindrical-coordinate representation of color #4F533C: hue angle of 70.43º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F533C is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 83 | 60 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.67 |
| HSL | 70.43º | 0.16% | 0.28% | - |
| HSV(B) | 70.43º | 0.28% | 0.33% | - |
| XYZ | 7.13 | 8.18 | 5.48 | - |
| YUV | 79.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 60 | 0.05 | 0 | 0.28 | 0.67 | 70.43 | 0.16 | 0.28 |
| Hex | 4F | 53 | 3C | 5 | 0 | 1C | 43 | 46 | 10 | 1C |
| Octal | 117 | 123 | 74 | 5 | 0 | 34 | 103 | 106 | 20 | 34 |
| Binary | 1001111 | 1010011 | 111100 | 101 | 0 | 11100 | 1000011 | 1000110 | 10000 | 11100 |
Color Harmonies of #4F533C
Complementary color
Monochromatic Colors of #4F533C
Black with #4F533C
Text Example
Text Example
White with #4F533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F533C; }
p { color: rgb(79,83,60); }
H1.HeaderClassName
{
color: #4F533C;
}
.AnyTagClassName
{
color: #4F533C;
}
</style>
background-color css
<style>
a { background-color: #4F533C; }
a { background-color: rgb(79,83,60); }
div.DivClassName
{
background-color: #4F533C;
}
.BgClassName
{
background-color: #4F533C;
}
</style>
border-color css
<style>
span { border-color: #4F533C; }
span { border-color: rgb(79,83,60); }
td.TdClassName
{
border-color: #4F533C;
}
.TagClassName
{
border-color: #4F533C;
}
</style>