Shades of Ocean Green #499A6C
Tints of Ocean Green #499A6C
RGB
CMYK
RGB Variations
Color information
#499A6C (or 0x499A6C) is known color: Ocean Green. HEX triplet: 49, 9A and 6C. RGB value is (73,154,108). Sum of RGB (Red+Green+Blue) = 73+154+108=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #499A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A6C is #B66593. Grayscale: #7C7C7C. Windows color (decimal): -11953556 or 7117385. OLE color: 7117385.
HSL color Cylindrical-coordinate representation of color #499A6C: hue angle of 145.93º 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 #499A6C is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 154 | 108 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.40 |
| HSL | 145.93º | 0.36% | 0.45% | - |
| HSV(B) | 145.93º | 0.53% | 0.6% | - |
| XYZ | 17.01 | 25.61 | 18.23 | - |
| YUV | 124.54 | 118.66 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 108 | 0.53 | 0 | 0.30 | 0.40 | 145.93 | 0.36 | 0.45 |
| Hex | 49 | 9A | 6C | 35 | 0 | 1E | 28 | 92 | 24 | 2D |
| Octal | 111 | 232 | 154 | 65 | 0 | 36 | 50 | 222 | 44 | 55 |
| Binary | 1001001 | 10011010 | 1101100 | 110101 | 0 | 11110 | 101000 | 10010010 | 100100 | 101101 |
Color Harmonies of #499A6C
Complementary color
Monochromatic Colors of #499A6C
Black with #499A6C
Text Example
Text Example
White with #499A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499A6C; }
p { color: rgb(73,154,108); }
H1.HeaderClassName
{
color: #499A6C;
}
.AnyTagClassName
{
color: #499A6C;
}
</style>
background-color css
<style>
a { background-color: #499A6C; }
a { background-color: rgb(73,154,108); }
div.DivClassName
{
background-color: #499A6C;
}
.BgClassName
{
background-color: #499A6C;
}
</style>
border-color css
<style>
span { border-color: #499A6C; }
span { border-color: rgb(73,154,108); }
td.TdClassName
{
border-color: #499A6C;
}
.TagClassName
{
border-color: #499A6C;
}
</style>