Shades of Kelp #4D5531
Tints of Kelp #4D5531
RGB
CMYK
RGB Variations
Color information
#4D5531 (or 0x4D5531) is known color: Kelp. HEX triplet: 4D, 55 and 31. RGB value is (77,85,49). Sum of RGB (Red+Green+Blue) = 77+85+49=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5531 is #B2AACE. Grayscale: #4E4E4E. Windows color (decimal): -11709135 or 3233101. OLE color: 3233101.
HSL color Cylindrical-coordinate representation of color #4D5531: hue angle of 73.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D5531 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 85 | 49 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.67 |
| HSL | 73.33º | 0.27% | 0.26% | - |
| HSV(B) | 73.33º | 0.42% | 0.33% | - |
| XYZ | 6.86 | 8.3 | 4.15 | - |
| YUV | 78.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 49 | 0.09 | 0 | 0.42 | 0.67 | 73.33 | 0.27 | 0.26 |
| Hex | 4D | 55 | 31 | 9 | 0 | 2A | 43 | 49 | 1B | 1A |
| Octal | 115 | 125 | 61 | 11 | 0 | 52 | 103 | 111 | 33 | 32 |
| Binary | 1001101 | 1010101 | 110001 | 1001 | 0 | 101010 | 1000011 | 1001001 | 11011 | 11010 |
Color Harmonies of #4D5531
Complementary color
Monochromatic Colors of #4D5531
Black with #4D5531
Text Example
Text Example
White with #4D5531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5531; }
p { color: rgb(77,85,49); }
H1.HeaderClassName
{
color: #4D5531;
}
.AnyTagClassName
{
color: #4D5531;
}
</style>
background-color css
<style>
a { background-color: #4D5531; }
a { background-color: rgb(77,85,49); }
div.DivClassName
{
background-color: #4D5531;
}
.BgClassName
{
background-color: #4D5531;
}
</style>
border-color css
<style>
span { border-color: #4D5531; }
span { border-color: rgb(77,85,49); }
td.TdClassName
{
border-color: #4D5531;
}
.TagClassName
{
border-color: #4D5531;
}
</style>