Shades of Kelp #4C5337
Tints of Kelp #4C5337
RGB
CMYK
RGB Variations
Color information
#4C5337 (or 0x4C5337) is known color: Kelp. HEX triplet: 4C, 53 and 37. RGB value is (76,83,55). Sum of RGB (Red+Green+Blue) = 76+83+55=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5337 is #B3ACC8. Grayscale: #4D4D4D. Windows color (decimal): -11775177 or 3625804. OLE color: 3625804.
HSL color Cylindrical-coordinate representation of color #4C5337: hue angle of 75º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C5337 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 55 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.67 |
| HSL | 75º | 0.2% | 0.27% | - |
| HSV(B) | 75º | 0.34% | 0.33% | - |
| XYZ | 6.76 | 8 | 4.8 | - |
| YUV | 77.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 55 | 0.08 | 0 | 0.34 | 0.67 | 75 | 0.2 | 0.27 |
| Hex | 4C | 53 | 37 | 8 | 0 | 22 | 43 | 4B | 14 | 1B |
| Octal | 114 | 123 | 67 | 10 | 0 | 42 | 103 | 113 | 24 | 33 |
| Binary | 1001100 | 1010011 | 110111 | 1000 | 0 | 100010 | 1000011 | 1001011 | 10100 | 11011 |
Color Harmonies of #4C5337
Complementary color
Monochromatic Colors of #4C5337
Black with #4C5337
Text Example
Text Example
White with #4C5337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5337; }
p { color: rgb(76,83,55); }
H1.HeaderClassName
{
color: #4C5337;
}
.AnyTagClassName
{
color: #4C5337;
}
</style>
background-color css
<style>
a { background-color: #4C5337; }
a { background-color: rgb(76,83,55); }
div.DivClassName
{
background-color: #4C5337;
}
.BgClassName
{
background-color: #4C5337;
}
</style>
border-color css
<style>
span { border-color: #4C5337; }
span { border-color: rgb(76,83,55); }
td.TdClassName
{
border-color: #4C5337;
}
.TagClassName
{
border-color: #4C5337;
}
</style>