Shades of Kelp #4F523C
Tints of Kelp #4F523C
RGB
CMYK
RGB Variations
Color information
#4F523C (or 0x4F523C) is known color: Kelp. HEX triplet: 4F, 52 and 3C. RGB value is (79,82,60). Sum of RGB (Red+Green+Blue) = 79+82+60=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #4F523C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F523C is #B0ADC3. Grayscale: #4E4E4E. Windows color (decimal): -11578820 or 3953231. OLE color: 3953231.
HSL color Cylindrical-coordinate representation of color #4F523C: hue angle of 68.18º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F523C is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 82 | 60 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.68 |
| HSL | 68.18º | 0.15% | 0.28% | - |
| HSV(B) | 68.18º | 0.27% | 0.32% | - |
| XYZ | 7.06 | 8.02 | 5.45 | - |
| YUV | 78.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 60 | 0.04 | 0 | 0.27 | 0.68 | 68.18 | 0.15 | 0.28 |
| Hex | 4F | 52 | 3C | 4 | 0 | 1B | 44 | 44 | F | 1C |
| Octal | 117 | 122 | 74 | 4 | 0 | 33 | 104 | 104 | 17 | 34 |
| Binary | 1001111 | 1010010 | 111100 | 100 | 0 | 11011 | 1000100 | 1000100 | 1111 | 11100 |
Color Harmonies of #4F523C
Complementary color
Monochromatic Colors of #4F523C
Black with #4F523C
Text Example
Text Example
White with #4F523C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F523C; }
p { color: rgb(79,82,60); }
H1.HeaderClassName
{
color: #4F523C;
}
.AnyTagClassName
{
color: #4F523C;
}
</style>
background-color css
<style>
a { background-color: #4F523C; }
a { background-color: rgb(79,82,60); }
div.DivClassName
{
background-color: #4F523C;
}
.BgClassName
{
background-color: #4F523C;
}
</style>
border-color css
<style>
span { border-color: #4F523C; }
span { border-color: rgb(79,82,60); }
td.TdClassName
{
border-color: #4F523C;
}
.TagClassName
{
border-color: #4F523C;
}
</style>