Shades of Kelp #4C5233
Tints of Kelp #4C5233
RGB
CMYK
RGB Variations
Color information
#4C5233 (or 0x4C5233) is known color: Kelp. HEX triplet: 4C, 52 and 33. RGB value is (76,82,51). Sum of RGB (Red+Green+Blue) = 76+82+51=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #4C5233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5233 is #B3ADCC. Grayscale: #4C4C4C. Windows color (decimal): -11775437 or 3363404. OLE color: 3363404.
HSL color Cylindrical-coordinate representation of color #4C5233: hue angle of 71.61º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C5233 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 82 | 51 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.68 |
| HSL | 71.61º | 0.23% | 0.26% | - |
| HSV(B) | 71.61º | 0.38% | 0.32% | - |
| XYZ | 6.6 | 7.81 | 4.29 | - |
| YUV | 76.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 51 | 0.07 | 0 | 0.38 | 0.68 | 71.61 | 0.23 | 0.26 |
| Hex | 4C | 52 | 33 | 7 | 0 | 26 | 44 | 48 | 17 | 1A |
| Octal | 114 | 122 | 63 | 7 | 0 | 46 | 104 | 110 | 27 | 32 |
| Binary | 1001100 | 1010010 | 110011 | 111 | 0 | 100110 | 1000100 | 1001000 | 10111 | 11010 |
Color Harmonies of #4C5233
Complementary color
Monochromatic Colors of #4C5233
Black with #4C5233
Text Example
Text Example
White with #4C5233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5233; }
p { color: rgb(76,82,51); }
H1.HeaderClassName
{
color: #4C5233;
}
.AnyTagClassName
{
color: #4C5233;
}
</style>
background-color css
<style>
a { background-color: #4C5233; }
a { background-color: rgb(76,82,51); }
div.DivClassName
{
background-color: #4C5233;
}
.BgClassName
{
background-color: #4C5233;
}
</style>
border-color css
<style>
span { border-color: #4C5233; }
span { border-color: rgb(76,82,51); }
td.TdClassName
{
border-color: #4C5233;
}
.TagClassName
{
border-color: #4C5233;
}
</style>