Shades of Ocean Green #49AE65
Tints of Ocean Green #49AE65
RGB
CMYK
RGB Variations
Color information
#49AE65 (or 0x49AE65) is known color: Ocean Green. HEX triplet: 49, AE and 65. RGB value is (73,174,101). Sum of RGB (Red+Green+Blue) = 73+174+101=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE65 is #B6519A. Grayscale: #878787. Windows color (decimal): -11948443 or 6663753. OLE color: 6663753.
HSL color Cylindrical-coordinate representation of color #49AE65: hue angle of 136.63º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AE65 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 174 | 101 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.32 |
| HSL | 136.63º | 0.41% | 0.48% | - |
| HSV(B) | 136.63º | 0.58% | 0.68% | - |
| XYZ | 20.23 | 32.63 | 17.54 | - |
| YUV | 135.48 | 108.54 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 174 | 101 | 0.58 | 0 | 0.42 | 0.32 | 136.63 | 0.41 | 0.48 |
| Hex | 49 | AE | 65 | 3A | 0 | 2A | 20 | 89 | 29 | 30 |
| Octal | 111 | 256 | 145 | 72 | 0 | 52 | 40 | 211 | 51 | 60 |
| Binary | 1001001 | 10101110 | 1100101 | 111010 | 0 | 101010 | 100000 | 10001001 | 101001 | 110000 |
Color Harmonies of #49AE65
Complementary color
Monochromatic Colors of #49AE65
Black with #49AE65
Text Example
Text Example
White with #49AE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AE65; }
p { color: rgb(73,174,101); }
H1.HeaderClassName
{
color: #49AE65;
}
.AnyTagClassName
{
color: #49AE65;
}
</style>
background-color css
<style>
a { background-color: #49AE65; }
a { background-color: rgb(73,174,101); }
div.DivClassName
{
background-color: #49AE65;
}
.BgClassName
{
background-color: #49AE65;
}
</style>
border-color css
<style>
span { border-color: #49AE65; }
span { border-color: rgb(73,174,101); }
td.TdClassName
{
border-color: #49AE65;
}
.TagClassName
{
border-color: #49AE65;
}
</style>