Shades of Kelp #4F523D
Tints of Kelp #4F523D
RGB
CMYK
RGB Variations
Color information
#4F523D (or 0x4F523D) is known color: Kelp. HEX triplet: 4F, 52 and 3D. RGB value is (79,82,61). Sum of RGB (Red+Green+Blue) = 79+82+61=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #4F523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F523D is #B0ADC2. Grayscale: #4E4E4E. Windows color (decimal): -11578819 or 4018767. OLE color: 4018767.
HSL color Cylindrical-coordinate representation of color #4F523D: hue angle of 68.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F523D is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 82 | 61 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.68 |
| HSL | 68.57º | 0.15% | 0.28% | - |
| HSV(B) | 68.57º | 0.26% | 0.32% | - |
| XYZ | 7.08 | 8.03 | 5.59 | - |
| YUV | 78.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 82 | 61 | 0.04 | 0 | 0.26 | 0.68 | 68.57 | 0.15 | 0.28 |
| Hex | 4F | 52 | 3D | 4 | 0 | 1A | 44 | 45 | F | 1C |
| Octal | 117 | 122 | 75 | 4 | 0 | 32 | 104 | 105 | 17 | 34 |
| Binary | 1001111 | 1010010 | 111101 | 100 | 0 | 11010 | 1000100 | 1000101 | 1111 | 11100 |
Color Harmonies of #4F523D
Complementary color
Monochromatic Colors of #4F523D
Black with #4F523D
Text Example
Text Example
White with #4F523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F523D; }
p { color: rgb(79,82,61); }
H1.HeaderClassName
{
color: #4F523D;
}
.AnyTagClassName
{
color: #4F523D;
}
</style>
background-color css
<style>
a { background-color: #4F523D; }
a { background-color: rgb(79,82,61); }
div.DivClassName
{
background-color: #4F523D;
}
.BgClassName
{
background-color: #4F523D;
}
</style>
border-color css
<style>
span { border-color: #4F523D; }
span { border-color: rgb(79,82,61); }
td.TdClassName
{
border-color: #4F523D;
}
.TagClassName
{
border-color: #4F523D;
}
</style>