Shades of Ocean Green #499C67
Tints of Ocean Green #499C67
RGB
CMYK
RGB Variations
Color information
#499C67 (or 0x499C67) is known color: Ocean Green. HEX triplet: 49, 9C and 67. RGB value is (73,156,103). Sum of RGB (Red+Green+Blue) = 73+156+103=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #499C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C67 is #B66398. Grayscale: #7D7D7D. Windows color (decimal): -11953049 or 6790217. OLE color: 6790217.
HSL color Cylindrical-coordinate representation of color #499C67: hue angle of 141.69º 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 #499C67 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 103 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.39 |
| HSL | 141.69º | 0.36% | 0.45% | - |
| HSV(B) | 141.69º | 0.53% | 0.61% | - |
| XYZ | 17.08 | 26.17 | 16.98 | - |
| YUV | 125.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 103 | 0.53 | 0 | 0.34 | 0.39 | 141.69 | 0.36 | 0.45 |
| Hex | 49 | 9C | 67 | 35 | 0 | 22 | 27 | 8E | 24 | 2D |
| Octal | 111 | 234 | 147 | 65 | 0 | 42 | 47 | 216 | 44 | 55 |
| Binary | 1001001 | 10011100 | 1100111 | 110101 | 0 | 100010 | 100111 | 10001110 | 100100 | 101101 |
Color Harmonies of #499C67
Complementary color
Monochromatic Colors of #499C67
Black with #499C67
Text Example
Text Example
White with #499C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C67; }
p { color: rgb(73,156,103); }
H1.HeaderClassName
{
color: #499C67;
}
.AnyTagClassName
{
color: #499C67;
}
</style>
background-color css
<style>
a { background-color: #499C67; }
a { background-color: rgb(73,156,103); }
div.DivClassName
{
background-color: #499C67;
}
.BgClassName
{
background-color: #499C67;
}
</style>
border-color css
<style>
span { border-color: #499C67; }
span { border-color: rgb(73,156,103); }
td.TdClassName
{
border-color: #499C67;
}
.TagClassName
{
border-color: #499C67;
}
</style>