Shades of Kelp #494E39
Tints of Kelp #494E39
RGB
CMYK
RGB Variations
Color information
#494E39 (or 0x494E39) is known color: Kelp. HEX triplet: 49, 4E and 39. RGB value is (73,78,57). Sum of RGB (Red+Green+Blue) = 73+78+57=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 78 - color contains mainly: green. Hex color #494E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E39 is #B6B1C6. Grayscale: #4A4A4A. Windows color (decimal): -11973063 or 3755593. OLE color: 3755593.
HSL color Cylindrical-coordinate representation of color #494E39: hue angle of 74.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #494E39 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 78 | 57 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.69 |
| HSL | 74.29º | 0.16% | 0.26% | - |
| HSV(B) | 74.29º | 0.27% | 0.31% | - |
| XYZ | 6.21 | 7.16 | 4.93 | - |
| YUV | 74.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 57 | 0.06 | 0 | 0.27 | 0.69 | 74.29 | 0.16 | 0.26 |
| Hex | 49 | 4E | 39 | 6 | 0 | 1B | 45 | 4A | 10 | 1A |
| Octal | 111 | 116 | 71 | 6 | 0 | 33 | 105 | 112 | 20 | 32 |
| Binary | 1001001 | 1001110 | 111001 | 110 | 0 | 11011 | 1000101 | 1001010 | 10000 | 11010 |
Color Harmonies of #494E39
Complementary color
Monochromatic Colors of #494E39
Black with #494E39
Text Example
Text Example
White with #494E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E39; }
p { color: rgb(73,78,57); }
H1.HeaderClassName
{
color: #494E39;
}
.AnyTagClassName
{
color: #494E39;
}
</style>
background-color css
<style>
a { background-color: #494E39; }
a { background-color: rgb(73,78,57); }
div.DivClassName
{
background-color: #494E39;
}
.BgClassName
{
background-color: #494E39;
}
</style>
border-color css
<style>
span { border-color: #494E39; }
span { border-color: rgb(73,78,57); }
td.TdClassName
{
border-color: #494E39;
}
.TagClassName
{
border-color: #494E39;
}
</style>