Shades of Ocean Green #499875
Tints of Ocean Green #499875
RGB
CMYK
RGB Variations
Color information
#499875 (or 0x499875) is known color: Ocean Green. HEX triplet: 49, 98 and 75. RGB value is (73,152,117). Sum of RGB (Red+Green+Blue) = 73+152+117=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #499875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499875 is #B6678A. Grayscale: #7C7C7C. Windows color (decimal): -11954059 or 7706697. OLE color: 7706697.
HSL color Cylindrical-coordinate representation of color #499875: hue angle of 153.42º 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 #499875 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 117 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.40 |
| HSL | 153.42º | 0.35% | 0.44% | - |
| HSV(B) | 153.42º | 0.52% | 0.6% | - |
| XYZ | 17.19 | 25.16 | 20.78 | - |
| YUV | 124.39 | 123.83 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 117 | 0.52 | 0 | 0.23 | 0.40 | 153.42 | 0.35 | 0.44 |
| Hex | 49 | 98 | 75 | 34 | 0 | 17 | 28 | 99 | 23 | 2C |
| Octal | 111 | 230 | 165 | 64 | 0 | 27 | 50 | 231 | 43 | 54 |
| Binary | 1001001 | 10011000 | 1110101 | 110100 | 0 | 10111 | 101000 | 10011001 | 100011 | 101100 |
Color Harmonies of #499875
Complementary color
Monochromatic Colors of #499875
Black with #499875
Text Example
Text Example
White with #499875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499875; }
p { color: rgb(73,152,117); }
H1.HeaderClassName
{
color: #499875;
}
.AnyTagClassName
{
color: #499875;
}
</style>
background-color css
<style>
a { background-color: #499875; }
a { background-color: rgb(73,152,117); }
div.DivClassName
{
background-color: #499875;
}
.BgClassName
{
background-color: #499875;
}
</style>
border-color css
<style>
span { border-color: #499875; }
span { border-color: rgb(73,152,117); }
td.TdClassName
{
border-color: #499875;
}
.TagClassName
{
border-color: #499875;
}
</style>