Shades of Kelp #4C4E38
Tints of Kelp #4C4E38
RGB
CMYK
RGB Variations
Color information
#4C4E38 (or 0x4C4E38) is known color: Kelp. HEX triplet: 4C, 4E and 38. RGB value is (76,78,56). Sum of RGB (Red+Green+Blue) = 76+78+56=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E38 is #B3B1C7. Grayscale: #4A4A4A. Windows color (decimal): -11776456 or 3690060. OLE color: 3690060.
HSL color Cylindrical-coordinate representation of color #4C4E38: hue angle of 65.45º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C4E38 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 78 | 56 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.69 |
| HSL | 65.45º | 0.16% | 0.26% | - |
| HSV(B) | 65.45º | 0.28% | 0.31% | - |
| XYZ | 6.42 | 7.27 | 4.81 | - |
| YUV | 74.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 56 | 0.03 | 0 | 0.28 | 0.69 | 65.45 | 0.16 | 0.26 |
| Hex | 4C | 4E | 38 | 3 | 0 | 1C | 45 | 41 | 10 | 1A |
| Octal | 114 | 116 | 70 | 3 | 0 | 34 | 105 | 101 | 20 | 32 |
| Binary | 1001100 | 1001110 | 111000 | 11 | 0 | 11100 | 1000101 | 1000001 | 10000 | 11010 |
Color Harmonies of #4C4E38
Complementary color
Monochromatic Colors of #4C4E38
Black with #4C4E38
Text Example
Text Example
White with #4C4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E38; }
p { color: rgb(76,78,56); }
H1.HeaderClassName
{
color: #4C4E38;
}
.AnyTagClassName
{
color: #4C4E38;
}
</style>
background-color css
<style>
a { background-color: #4C4E38; }
a { background-color: rgb(76,78,56); }
div.DivClassName
{
background-color: #4C4E38;
}
.BgClassName
{
background-color: #4C4E38;
}
</style>
border-color css
<style>
span { border-color: #4C4E38; }
span { border-color: rgb(76,78,56); }
td.TdClassName
{
border-color: #4C4E38;
}
.TagClassName
{
border-color: #4C4E38;
}
</style>