Shades of Kelp #494E35
Tints of Kelp #494E35
RGB
CMYK
RGB Variations
Color information
#494E35 (or 0x494E35) is known color: Kelp. HEX triplet: 49, 4E and 35. RGB value is (73,78,53). Sum of RGB (Red+Green+Blue) = 73+78+53=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #494E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E35 is #B6B1CA. Grayscale: #494949. Windows color (decimal): -11973067 or 3493449. OLE color: 3493449.
HSL color Cylindrical-coordinate representation of color #494E35: hue angle of 72º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494E35 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 78 | 53 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.69 |
| HSL | 72º | 0.19% | 0.26% | - |
| HSV(B) | 72º | 0.32% | 0.31% | - |
| XYZ | 6.11 | 7.12 | 4.42 | - |
| YUV | 73.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 53 | 0.06 | 0 | 0.32 | 0.69 | 72 | 0.19 | 0.26 |
| Hex | 49 | 4E | 35 | 6 | 0 | 20 | 45 | 48 | 13 | 1A |
| Octal | 111 | 116 | 65 | 6 | 0 | 40 | 105 | 110 | 23 | 32 |
| Binary | 1001001 | 1001110 | 110101 | 110 | 0 | 100000 | 1000101 | 1001000 | 10011 | 11010 |
Color Harmonies of #494E35
Complementary color
Monochromatic Colors of #494E35
Black with #494E35
Text Example
Text Example
White with #494E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E35; }
p { color: rgb(73,78,53); }
H1.HeaderClassName
{
color: #494E35;
}
.AnyTagClassName
{
color: #494E35;
}
</style>
background-color css
<style>
a { background-color: #494E35; }
a { background-color: rgb(73,78,53); }
div.DivClassName
{
background-color: #494E35;
}
.BgClassName
{
background-color: #494E35;
}
</style>
border-color css
<style>
span { border-color: #494E35; }
span { border-color: rgb(73,78,53); }
td.TdClassName
{
border-color: #494E35;
}
.TagClassName
{
border-color: #494E35;
}
</style>