Shades of Kelp #494D36
Tints of Kelp #494D36
RGB
CMYK
RGB Variations
Color information
#494D36 (or 0x494D36) is known color: Kelp. HEX triplet: 49, 4D and 36. RGB value is (73,77,54). Sum of RGB (Red+Green+Blue) = 73+77+54=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 77 - color contains mainly: green. Hex color #494D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D36 is #B6B2C9. Grayscale: #494949. Windows color (decimal): -11973322 or 3558729. OLE color: 3558729.
HSL color Cylindrical-coordinate representation of color #494D36: hue angle of 70.43º 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 #494D36 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 77 | 54 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.70 |
| HSL | 70.43º | 0.18% | 0.26% | - |
| HSV(B) | 70.43º | 0.3% | 0.3% | - |
| XYZ | 6.07 | 6.99 | 4.52 | - |
| YUV | 73.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 54 | 0.05 | 0 | 0.30 | 0.70 | 70.43 | 0.18 | 0.26 |
| Hex | 49 | 4D | 36 | 5 | 0 | 1E | 46 | 46 | 12 | 1A |
| Octal | 111 | 115 | 66 | 5 | 0 | 36 | 106 | 106 | 22 | 32 |
| Binary | 1001001 | 1001101 | 110110 | 101 | 0 | 11110 | 1000110 | 1000110 | 10010 | 11010 |
Color Harmonies of #494D36
Complementary color
Monochromatic Colors of #494D36
Black with #494D36
Text Example
Text Example
White with #494D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D36; }
p { color: rgb(73,77,54); }
H1.HeaderClassName
{
color: #494D36;
}
.AnyTagClassName
{
color: #494D36;
}
</style>
background-color css
<style>
a { background-color: #494D36; }
a { background-color: rgb(73,77,54); }
div.DivClassName
{
background-color: #494D36;
}
.BgClassName
{
background-color: #494D36;
}
</style>
border-color css
<style>
span { border-color: #494D36; }
span { border-color: rgb(73,77,54); }
td.TdClassName
{
border-color: #494D36;
}
.TagClassName
{
border-color: #494D36;
}
</style>