Shades of Kelp #494D3A
Tints of Kelp #494D3A
RGB
CMYK
RGB Variations
Color information
#494D3A (or 0x494D3A) is known color: Kelp. HEX triplet: 49, 4D and 3A. RGB value is (73,77,58). Sum of RGB (Red+Green+Blue) = 73+77+58=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 77 - color contains mainly: green. Hex color #494D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D3A is #B6B2C5. Grayscale: #494949. Windows color (decimal): -11973318 or 3820873. OLE color: 3820873.
HSL color Cylindrical-coordinate representation of color #494D3A: hue angle of 72.63º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #494D3A is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 77 | 58 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.70 |
| HSL | 72.63º | 0.14% | 0.26% | - |
| HSV(B) | 72.63º | 0.25% | 0.3% | - |
| XYZ | 6.17 | 7.03 | 5.03 | - |
| YUV | 73.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 58 | 0.05 | 0 | 0.25 | 0.70 | 72.63 | 0.14 | 0.26 |
| Hex | 49 | 4D | 3A | 5 | 0 | 19 | 46 | 49 | E | 1A |
| Octal | 111 | 115 | 72 | 5 | 0 | 31 | 106 | 111 | 16 | 32 |
| Binary | 1001001 | 1001101 | 111010 | 101 | 0 | 11001 | 1000110 | 1001001 | 1110 | 11010 |
Color Harmonies of #494D3A
Complementary color
Monochromatic Colors of #494D3A
Black with #494D3A
Text Example
Text Example
White with #494D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D3A; }
p { color: rgb(73,77,58); }
H1.HeaderClassName
{
color: #494D3A;
}
.AnyTagClassName
{
color: #494D3A;
}
</style>
background-color css
<style>
a { background-color: #494D3A; }
a { background-color: rgb(73,77,58); }
div.DivClassName
{
background-color: #494D3A;
}
.BgClassName
{
background-color: #494D3A;
}
</style>
border-color css
<style>
span { border-color: #494D3A; }
span { border-color: rgb(73,77,58); }
td.TdClassName
{
border-color: #494D3A;
}
.TagClassName
{
border-color: #494D3A;
}
</style>