Shades of Ocean Green #499873
Tints of Ocean Green #499873
RGB
CMYK
RGB Variations
Color information
#499873 (or 0x499873) is known color: Ocean Green. HEX triplet: 49, 98 and 73. RGB value is (73,152,115). Sum of RGB (Red+Green+Blue) = 73+152+115=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #499873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499873 is #B6678C. Grayscale: #7C7C7C. Windows color (decimal): -11954061 or 7575625. OLE color: 7575625.
HSL color Cylindrical-coordinate representation of color #499873: hue angle of 151.9º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499873 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 115 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.40 |
| HSL | 151.9º | 0.35% | 0.44% | - |
| HSV(B) | 151.9º | 0.52% | 0.6% | - |
| XYZ | 17.07 | 25.11 | 20.17 | - |
| YUV | 124.16 | 122.83 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 115 | 0.52 | 0 | 0.24 | 0.40 | 151.9 | 0.35 | 0.44 |
| Hex | 49 | 98 | 73 | 34 | 0 | 18 | 28 | 98 | 23 | 2C |
| Octal | 111 | 230 | 163 | 64 | 0 | 30 | 50 | 230 | 43 | 54 |
| Binary | 1001001 | 10011000 | 1110011 | 110100 | 0 | 11000 | 101000 | 10011000 | 100011 | 101100 |
Color Harmonies of #499873
Complementary color
Monochromatic Colors of #499873
Black with #499873
Text Example
Text Example
White with #499873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499873; }
p { color: rgb(73,152,115); }
H1.HeaderClassName
{
color: #499873;
}
.AnyTagClassName
{
color: #499873;
}
</style>
background-color css
<style>
a { background-color: #499873; }
a { background-color: rgb(73,152,115); }
div.DivClassName
{
background-color: #499873;
}
.BgClassName
{
background-color: #499873;
}
</style>
border-color css
<style>
span { border-color: #499873; }
span { border-color: rgb(73,152,115); }
td.TdClassName
{
border-color: #499873;
}
.TagClassName
{
border-color: #499873;
}
</style>