Shades of Ocean Green #499573
Tints of Ocean Green #499573
RGB
CMYK
RGB Variations
Color information
#499573 (or 0x499573) is known color: Ocean Green. HEX triplet: 49, 95 and 73. RGB value is (73,149,115). Sum of RGB (Red+Green+Blue) = 73+149+115=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #499573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499573 is #B66A8C. Grayscale: #7A7A7A. Windows color (decimal): -11954829 or 7574857. OLE color: 7574857.
HSL color Cylindrical-coordinate representation of color #499573: hue angle of 153.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499573 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 115 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.42 |
| HSL | 153.16º | 0.34% | 0.44% | - |
| HSV(B) | 153.16º | 0.51% | 0.58% | - |
| XYZ | 16.59 | 24.15 | 20.01 | - |
| YUV | 122.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 115 | 0.51 | 0 | 0.23 | 0.42 | 153.16 | 0.34 | 0.44 |
| Hex | 49 | 95 | 73 | 33 | 0 | 17 | 2A | 99 | 22 | 2C |
| Octal | 111 | 225 | 163 | 63 | 0 | 27 | 52 | 231 | 42 | 54 |
| Binary | 1001001 | 10010101 | 1110011 | 110011 | 0 | 10111 | 101010 | 10011001 | 100010 | 101100 |
Color Harmonies of #499573
Complementary color
Monochromatic Colors of #499573
Black with #499573
Text Example
Text Example
White with #499573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499573; }
p { color: rgb(73,149,115); }
H1.HeaderClassName
{
color: #499573;
}
.AnyTagClassName
{
color: #499573;
}
</style>
background-color css
<style>
a { background-color: #499573; }
a { background-color: rgb(73,149,115); }
div.DivClassName
{
background-color: #499573;
}
.BgClassName
{
background-color: #499573;
}
</style>
border-color css
<style>
span { border-color: #499573; }
span { border-color: rgb(73,149,115); }
td.TdClassName
{
border-color: #499573;
}
.TagClassName
{
border-color: #499573;
}
</style>