Shades of Ocean Green #499A6D
Tints of Ocean Green #499A6D
RGB
CMYK
RGB Variations
Color information
#499A6D (or 0x499A6D) is known color: Ocean Green. HEX triplet: 49, 9A and 6D. RGB value is (73,154,109). Sum of RGB (Red+Green+Blue) = 73+154+109=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #499A6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A6D is #B66592. Grayscale: #7C7C7C. Windows color (decimal): -11953555 or 7182921. OLE color: 7182921.
HSL color Cylindrical-coordinate representation of color #499A6D: hue angle of 146.67º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499A6D is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 154 | 109 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.40 |
| HSL | 146.67º | 0.36% | 0.45% | - |
| HSV(B) | 146.67º | 0.53% | 0.6% | - |
| XYZ | 17.06 | 25.63 | 18.52 | - |
| YUV | 124.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 109 | 0.53 | 0 | 0.29 | 0.40 | 146.67 | 0.36 | 0.45 |
| Hex | 49 | 9A | 6D | 35 | 0 | 1D | 28 | 93 | 24 | 2D |
| Octal | 111 | 232 | 155 | 65 | 0 | 35 | 50 | 223 | 44 | 55 |
| Binary | 1001001 | 10011010 | 1101101 | 110101 | 0 | 11101 | 101000 | 10010011 | 100100 | 101101 |
Color Harmonies of #499A6D
Complementary color
Monochromatic Colors of #499A6D
Black with #499A6D
Text Example
Text Example
White with #499A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499A6D; }
p { color: rgb(73,154,109); }
H1.HeaderClassName
{
color: #499A6D;
}
.AnyTagClassName
{
color: #499A6D;
}
</style>
background-color css
<style>
a { background-color: #499A6D; }
a { background-color: rgb(73,154,109); }
div.DivClassName
{
background-color: #499A6D;
}
.BgClassName
{
background-color: #499A6D;
}
</style>
border-color css
<style>
span { border-color: #499A6D; }
span { border-color: rgb(73,154,109); }
td.TdClassName
{
border-color: #499A6D;
}
.TagClassName
{
border-color: #499A6D;
}
</style>