Shades of Kelp #484D36
Tints of Kelp #484D36
RGB
CMYK
RGB Variations
Color information
#484D36 (or 0x484D36) is known color: Kelp. HEX triplet: 48, 4D and 36. RGB value is (72,77,54). Sum of RGB (Red+Green+Blue) = 72+77+54=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #484D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D36 is #B7B2C9. Grayscale: #484848. Windows color (decimal): -12038858 or 3558728. OLE color: 3558728.
HSL color Cylindrical-coordinate representation of color #484D36: hue angle of 73.04º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #484D36 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 77 | 54 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.70 |
| HSL | 73.04º | 0.18% | 0.26% | - |
| HSV(B) | 73.04º | 0.3% | 0.3% | - |
| XYZ | 5.99 | 6.95 | 4.52 | - |
| YUV | 72.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 54 | 0.06 | 0 | 0.30 | 0.70 | 73.04 | 0.18 | 0.26 |
| Hex | 48 | 4D | 36 | 6 | 0 | 1E | 46 | 49 | 12 | 1A |
| Octal | 110 | 115 | 66 | 6 | 0 | 36 | 106 | 111 | 22 | 32 |
| Binary | 1001000 | 1001101 | 110110 | 110 | 0 | 11110 | 1000110 | 1001001 | 10010 | 11010 |
Color Harmonies of #484D36
Complementary color
Monochromatic Colors of #484D36
Black with #484D36
Text Example
Text Example
White with #484D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D36; }
p { color: rgb(72,77,54); }
H1.HeaderClassName
{
color: #484D36;
}
.AnyTagClassName
{
color: #484D36;
}
</style>
background-color css
<style>
a { background-color: #484D36; }
a { background-color: rgb(72,77,54); }
div.DivClassName
{
background-color: #484D36;
}
.BgClassName
{
background-color: #484D36;
}
</style>
border-color css
<style>
span { border-color: #484D36; }
span { border-color: rgb(72,77,54); }
td.TdClassName
{
border-color: #484D36;
}
.TagClassName
{
border-color: #484D36;
}
</style>