Shades of Kelp #4D5037
Tints of Kelp #4D5037
RGB
CMYK
RGB Variations
Color information
#4D5037 (or 0x4D5037) is known color: Kelp. HEX triplet: 4D, 50 and 37. RGB value is (77,80,55). Sum of RGB (Red+Green+Blue) = 77+80+55=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5037 is #B2AFC8. Grayscale: #4C4C4C. Windows color (decimal): -11710409 or 3625037. OLE color: 3625037.
HSL color Cylindrical-coordinate representation of color #4D5037: hue angle of 67.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D5037 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 55 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.69 |
| HSL | 67.2º | 0.19% | 0.26% | - |
| HSV(B) | 67.2º | 0.31% | 0.31% | - |
| XYZ | 6.62 | 7.59 | 4.73 | - |
| YUV | 76.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 55 | 0.04 | 0 | 0.31 | 0.69 | 67.2 | 0.19 | 0.26 |
| Hex | 4D | 50 | 37 | 4 | 0 | 1F | 45 | 43 | 13 | 1A |
| Octal | 115 | 120 | 67 | 4 | 0 | 37 | 105 | 103 | 23 | 32 |
| Binary | 1001101 | 1010000 | 110111 | 100 | 0 | 11111 | 1000101 | 1000011 | 10011 | 11010 |
Color Harmonies of #4D5037
Complementary color
Monochromatic Colors of #4D5037
Black with #4D5037
Text Example
Text Example
White with #4D5037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5037; }
p { color: rgb(77,80,55); }
H1.HeaderClassName
{
color: #4D5037;
}
.AnyTagClassName
{
color: #4D5037;
}
</style>
background-color css
<style>
a { background-color: #4D5037; }
a { background-color: rgb(77,80,55); }
div.DivClassName
{
background-color: #4D5037;
}
.BgClassName
{
background-color: #4D5037;
}
</style>
border-color css
<style>
span { border-color: #4D5037; }
span { border-color: rgb(77,80,55); }
td.TdClassName
{
border-color: #4D5037;
}
.TagClassName
{
border-color: #4D5037;
}
</style>