Shades of Kelp #4C4D3A
Tints of Kelp #4C4D3A
RGB
CMYK
RGB Variations
Color information
#4C4D3A (or 0x4C4D3A) is known color: Kelp. HEX triplet: 4C, 4D and 3A. RGB value is (76,77,58). Sum of RGB (Red+Green+Blue) = 76+77+58=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 77 - color contains mainly: green. Hex color #4C4D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4D3A is #B3B2C5. Grayscale: #4A4A4A. Windows color (decimal): -11776710 or 3820876. OLE color: 3820876.
HSL color Cylindrical-coordinate representation of color #4C4D3A: hue angle of 63.16º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C4D3A is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 77 | 58 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.70 |
| HSL | 63.16º | 0.14% | 0.26% | - |
| HSV(B) | 63.16º | 0.25% | 0.3% | - |
| XYZ | 6.4 | 7.15 | 5.05 | - |
| YUV | 74.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 77 | 58 | 0.01 | 0 | 0.25 | 0.70 | 63.16 | 0.14 | 0.26 |
| Hex | 4C | 4D | 3A | 1 | 0 | 19 | 46 | 3F | E | 1A |
| Octal | 114 | 115 | 72 | 1 | 0 | 31 | 106 | 77 | 16 | 32 |
| Binary | 1001100 | 1001101 | 111010 | 1 | 0 | 11001 | 1000110 | 111111 | 1110 | 11010 |
Color Harmonies of #4C4D3A
Complementary color
Monochromatic Colors of #4C4D3A
Black with #4C4D3A
Text Example
Text Example
White with #4C4D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4D3A; }
p { color: rgb(76,77,58); }
H1.HeaderClassName
{
color: #4C4D3A;
}
.AnyTagClassName
{
color: #4C4D3A;
}
</style>
background-color css
<style>
a { background-color: #4C4D3A; }
a { background-color: rgb(76,77,58); }
div.DivClassName
{
background-color: #4C4D3A;
}
.BgClassName
{
background-color: #4C4D3A;
}
</style>
border-color css
<style>
span { border-color: #4C4D3A; }
span { border-color: rgb(76,77,58); }
td.TdClassName
{
border-color: #4C4D3A;
}
.TagClassName
{
border-color: #4C4D3A;
}
</style>