Shades of Ocean Green #49A96B
Tints of Ocean Green #49A96B
RGB
CMYK
RGB Variations
Color information
#49A96B (or 0x49A96B) is known color: Ocean Green. HEX triplet: 49, A9 and 6B. RGB value is (73,169,107). Sum of RGB (Red+Green+Blue) = 73+169+107=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #49A96B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A96B is #B65694. Grayscale: #858585. Windows color (decimal): -11949717 or 7055689. OLE color: 7055689.
HSL color Cylindrical-coordinate representation of color #49A96B: hue angle of 141.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A96B is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 169 | 107 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.34 |
| HSL | 141.25º | 0.4% | 0.47% | - |
| HSV(B) | 141.25º | 0.57% | 0.66% | - |
| XYZ | 19.59 | 30.85 | 18.83 | - |
| YUV | 133.23 | 113.2 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 169 | 107 | 0.57 | 0 | 0.37 | 0.34 | 141.25 | 0.4 | 0.47 |
| Hex | 49 | A9 | 6B | 39 | 0 | 25 | 22 | 8D | 28 | 2F |
| Octal | 111 | 251 | 153 | 71 | 0 | 45 | 42 | 215 | 50 | 57 |
| Binary | 1001001 | 10101001 | 1101011 | 111001 | 0 | 100101 | 100010 | 10001101 | 101000 | 101111 |
Color Harmonies of #49A96B
Complementary color
Monochromatic Colors of #49A96B
Black with #49A96B
Text Example
Text Example
White with #49A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A96B; }
p { color: rgb(73,169,107); }
H1.HeaderClassName
{
color: #49A96B;
}
.AnyTagClassName
{
color: #49A96B;
}
</style>
background-color css
<style>
a { background-color: #49A96B; }
a { background-color: rgb(73,169,107); }
div.DivClassName
{
background-color: #49A96B;
}
.BgClassName
{
background-color: #49A96B;
}
</style>
border-color css
<style>
span { border-color: #49A96B; }
span { border-color: rgb(73,169,107); }
td.TdClassName
{
border-color: #49A96B;
}
.TagClassName
{
border-color: #49A96B;
}
</style>