Shades of Ocean Green #499C6F
Tints of Ocean Green #499C6F
RGB
CMYK
RGB Variations
Color information
#499C6F (or 0x499C6F) is known color: Ocean Green. HEX triplet: 49, 9C and 6F. RGB value is (73,156,111). Sum of RGB (Red+Green+Blue) = 73+156+111=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #499C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C6F is #B66390. Grayscale: #7E7E7E. Windows color (decimal): -11953041 or 7314505. OLE color: 7314505.
HSL color Cylindrical-coordinate representation of color #499C6F: hue angle of 147.47º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C6F is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 111 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.39 |
| HSL | 147.47º | 0.36% | 0.45% | - |
| HSV(B) | 147.47º | 0.53% | 0.61% | - |
| XYZ | 17.51 | 26.34 | 19.2 | - |
| YUV | 126.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 111 | 0.53 | 0 | 0.29 | 0.39 | 147.47 | 0.36 | 0.45 |
| Hex | 49 | 9C | 6F | 35 | 0 | 1D | 27 | 93 | 24 | 2D |
| Octal | 111 | 234 | 157 | 65 | 0 | 35 | 47 | 223 | 44 | 55 |
| Binary | 1001001 | 10011100 | 1101111 | 110101 | 0 | 11101 | 100111 | 10010011 | 100100 | 101101 |
Color Harmonies of #499C6F
Complementary color
Monochromatic Colors of #499C6F
Black with #499C6F
Text Example
Text Example
White with #499C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C6F; }
p { color: rgb(73,156,111); }
H1.HeaderClassName
{
color: #499C6F;
}
.AnyTagClassName
{
color: #499C6F;
}
</style>
background-color css
<style>
a { background-color: #499C6F; }
a { background-color: rgb(73,156,111); }
div.DivClassName
{
background-color: #499C6F;
}
.BgClassName
{
background-color: #499C6F;
}
</style>
border-color css
<style>
span { border-color: #499C6F; }
span { border-color: rgb(73,156,111); }
td.TdClassName
{
border-color: #499C6F;
}
.TagClassName
{
border-color: #499C6F;
}
</style>