Shades of Ocean Green #499C76
Tints of Ocean Green #499C76
RGB
CMYK
RGB Variations
Color information
#499C76 (or 0x499C76) is known color: Ocean Green. HEX triplet: 49, 9C and 76. RGB value is (73,156,118). Sum of RGB (Red+Green+Blue) = 73+156+118=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #499C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C76 is #B66389. Grayscale: #7E7E7E. Windows color (decimal): -11953034 or 7773257. OLE color: 7773257.
HSL color Cylindrical-coordinate representation of color #499C76: hue angle of 152.53º 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 #499C76 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 118 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.39 |
| HSL | 152.53º | 0.36% | 0.45% | - |
| HSV(B) | 152.53º | 0.53% | 0.61% | - |
| XYZ | 17.91 | 26.5 | 21.31 | - |
| YUV | 126.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 118 | 0.53 | 0 | 0.24 | 0.39 | 152.53 | 0.36 | 0.45 |
| Hex | 49 | 9C | 76 | 35 | 0 | 18 | 27 | 99 | 24 | 2D |
| Octal | 111 | 234 | 166 | 65 | 0 | 30 | 47 | 231 | 44 | 55 |
| Binary | 1001001 | 10011100 | 1110110 | 110101 | 0 | 11000 | 100111 | 10011001 | 100100 | 101101 |
Color Harmonies of #499C76
Complementary color
Monochromatic Colors of #499C76
Black with #499C76
Text Example
Text Example
White with #499C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C76; }
p { color: rgb(73,156,118); }
H1.HeaderClassName
{
color: #499C76;
}
.AnyTagClassName
{
color: #499C76;
}
</style>
background-color css
<style>
a { background-color: #499C76; }
a { background-color: rgb(73,156,118); }
div.DivClassName
{
background-color: #499C76;
}
.BgClassName
{
background-color: #499C76;
}
</style>
border-color css
<style>
span { border-color: #499C76; }
span { border-color: rgb(73,156,118); }
td.TdClassName
{
border-color: #499C76;
}
.TagClassName
{
border-color: #499C76;
}
</style>