Shades of Kelp #495033
Tints of Kelp #495033
RGB
CMYK
RGB Variations
Color information
#495033 (or 0x495033) is known color: Kelp. HEX triplet: 49, 50 and 33. RGB value is (73,80,51). Sum of RGB (Red+Green+Blue) = 73+80+51=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #495033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495033 is #B6AFCC. Grayscale: #4A4A4A. Windows color (decimal): -11972557 or 3362889. OLE color: 3362889.
HSL color Cylindrical-coordinate representation of color #495033: hue angle of 74.48º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495033 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 51 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.69 |
| HSL | 74.48º | 0.22% | 0.26% | - |
| HSV(B) | 74.48º | 0.36% | 0.31% | - |
| XYZ | 6.21 | 7.39 | 4.23 | - |
| YUV | 74.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 51 | 0.09 | 0 | 0.36 | 0.69 | 74.48 | 0.22 | 0.26 |
| Hex | 49 | 50 | 33 | 9 | 0 | 24 | 45 | 4A | 16 | 1A |
| Octal | 111 | 120 | 63 | 11 | 0 | 44 | 105 | 112 | 26 | 32 |
| Binary | 1001001 | 1010000 | 110011 | 1001 | 0 | 100100 | 1000101 | 1001010 | 10110 | 11010 |
Color Harmonies of #495033
Complementary color
Monochromatic Colors of #495033
Black with #495033
Text Example
Text Example
White with #495033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495033; }
p { color: rgb(73,80,51); }
H1.HeaderClassName
{
color: #495033;
}
.AnyTagClassName
{
color: #495033;
}
</style>
background-color css
<style>
a { background-color: #495033; }
a { background-color: rgb(73,80,51); }
div.DivClassName
{
background-color: #495033;
}
.BgClassName
{
background-color: #495033;
}
</style>
border-color css
<style>
span { border-color: #495033; }
span { border-color: rgb(73,80,51); }
td.TdClassName
{
border-color: #495033;
}
.TagClassName
{
border-color: #495033;
}
</style>