Shades of Kelp #494E34
Tints of Kelp #494E34
RGB
CMYK
RGB Variations
Color information
#494E34 (or 0x494E34) is known color: Kelp. HEX triplet: 49, 4E and 34. RGB value is (73,78,52). Sum of RGB (Red+Green+Blue) = 73+78+52=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 78 - color contains mainly: green. Hex color #494E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E34 is #B6B1CB. Grayscale: #494949. Windows color (decimal): -11973068 or 3427913. OLE color: 3427913.
HSL color Cylindrical-coordinate representation of color #494E34: hue angle of 71.54º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #494E34 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 78 | 52 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.69 |
| HSL | 71.54º | 0.2% | 0.25% | - |
| HSV(B) | 71.54º | 0.33% | 0.31% | - |
| XYZ | 6.09 | 7.11 | 4.3 | - |
| YUV | 73.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 52 | 0.06 | 0 | 0.33 | 0.69 | 71.54 | 0.2 | 0.25 |
| Hex | 49 | 4E | 34 | 6 | 0 | 21 | 45 | 48 | 14 | 19 |
| Octal | 111 | 116 | 64 | 6 | 0 | 41 | 105 | 110 | 24 | 31 |
| Binary | 1001001 | 1001110 | 110100 | 110 | 0 | 100001 | 1000101 | 1001000 | 10100 | 11001 |
Color Harmonies of #494E34
Complementary color
Monochromatic Colors of #494E34
Black with #494E34
Text Example
Text Example
White with #494E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E34; }
p { color: rgb(73,78,52); }
H1.HeaderClassName
{
color: #494E34;
}
.AnyTagClassName
{
color: #494E34;
}
</style>
background-color css
<style>
a { background-color: #494E34; }
a { background-color: rgb(73,78,52); }
div.DivClassName
{
background-color: #494E34;
}
.BgClassName
{
background-color: #494E34;
}
</style>
border-color css
<style>
span { border-color: #494E34; }
span { border-color: rgb(73,78,52); }
td.TdClassName
{
border-color: #494E34;
}
.TagClassName
{
border-color: #494E34;
}
</style>