Shades of Ocean Green #49A577
Tints of Ocean Green #49A577
RGB
CMYK
RGB Variations
Color information
#49A577 (or 0x49A577) is known color: Ocean Green. HEX triplet: 49, A5 and 77. RGB value is (73,165,119). Sum of RGB (Red+Green+Blue) = 73+165+119=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #49A577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A577 is #B65A88. Grayscale: #848484. Windows color (decimal): -11950729 or 7841097. OLE color: 7841097.
HSL color Cylindrical-coordinate representation of color #49A577: hue angle of 150º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A577 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 165 | 119 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.35 |
| HSL | 150º | 0.39% | 0.47% | - |
| HSV(B) | 150º | 0.56% | 0.65% | - |
| XYZ | 19.53 | 29.66 | 22.15 | - |
| YUV | 132.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 165 | 119 | 0.56 | 0 | 0.28 | 0.35 | 150 | 0.39 | 0.47 |
| Hex | 49 | A5 | 77 | 38 | 0 | 1C | 23 | 96 | 27 | 2F |
| Octal | 111 | 245 | 167 | 70 | 0 | 34 | 43 | 226 | 47 | 57 |
| Binary | 1001001 | 10100101 | 1110111 | 111000 | 0 | 11100 | 100011 | 10010110 | 100111 | 101111 |
Color Harmonies of #49A577
Complementary color
Monochromatic Colors of #49A577
Black with #49A577
Text Example
Text Example
White with #49A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A577; }
p { color: rgb(73,165,119); }
H1.HeaderClassName
{
color: #49A577;
}
.AnyTagClassName
{
color: #49A577;
}
</style>
background-color css
<style>
a { background-color: #49A577; }
a { background-color: rgb(73,165,119); }
div.DivClassName
{
background-color: #49A577;
}
.BgClassName
{
background-color: #49A577;
}
</style>
border-color css
<style>
span { border-color: #49A577; }
span { border-color: rgb(73,165,119); }
td.TdClassName
{
border-color: #49A577;
}
.TagClassName
{
border-color: #49A577;
}
</style>