Shades of Ocean Green #499876
Tints of Ocean Green #499876
RGB
CMYK
RGB Variations
Color information
#499876 (or 0x499876) is known color: Ocean Green. HEX triplet: 49, 98 and 76. RGB value is (73,152,118). Sum of RGB (Red+Green+Blue) = 73+152+118=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #499876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499876 is #B66789. Grayscale: #7C7C7C. Windows color (decimal): -11954058 or 7772233. OLE color: 7772233.
HSL color Cylindrical-coordinate representation of color #499876: hue angle of 154.18º 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 #499876 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 118 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.40 |
| HSL | 154.18º | 0.35% | 0.44% | - |
| HSV(B) | 154.18º | 0.52% | 0.6% | - |
| XYZ | 17.25 | 25.18 | 21.09 | - |
| YUV | 124.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 118 | 0.52 | 0 | 0.22 | 0.40 | 154.18 | 0.35 | 0.44 |
| Hex | 49 | 98 | 76 | 34 | 0 | 16 | 28 | 9A | 23 | 2C |
| Octal | 111 | 230 | 166 | 64 | 0 | 26 | 50 | 232 | 43 | 54 |
| Binary | 1001001 | 10011000 | 1110110 | 110100 | 0 | 10110 | 101000 | 10011010 | 100011 | 101100 |
Color Harmonies of #499876
Complementary color
Monochromatic Colors of #499876
Black with #499876
Text Example
Text Example
White with #499876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499876; }
p { color: rgb(73,152,118); }
H1.HeaderClassName
{
color: #499876;
}
.AnyTagClassName
{
color: #499876;
}
</style>
background-color css
<style>
a { background-color: #499876; }
a { background-color: rgb(73,152,118); }
div.DivClassName
{
background-color: #499876;
}
.BgClassName
{
background-color: #499876;
}
</style>
border-color css
<style>
span { border-color: #499876; }
span { border-color: rgb(73,152,118); }
td.TdClassName
{
border-color: #499876;
}
.TagClassName
{
border-color: #499876;
}
</style>