Shades of Ocean Green #49A777
Tints of Ocean Green #49A777
RGB
CMYK
RGB Variations
Color information
#49A777 (or 0x49A777) is known color: Ocean Green. HEX triplet: 49, A7 and 77. RGB value is (73,167,119). Sum of RGB (Red+Green+Blue) = 73+167+119=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #49A777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A777 is #B65888. Grayscale: #858585. Windows color (decimal): -11950217 or 7841609. OLE color: 7841609.
HSL color Cylindrical-coordinate representation of color #49A777: hue angle of 149.36º 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 #49A777 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 167 | 119 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.35 |
| HSL | 149.36º | 0.39% | 0.47% | - |
| HSV(B) | 149.36º | 0.56% | 0.65% | - |
| XYZ | 19.9 | 30.39 | 22.27 | - |
| YUV | 133.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 119 | 0.56 | 0 | 0.29 | 0.35 | 149.36 | 0.39 | 0.47 |
| Hex | 49 | A7 | 77 | 38 | 0 | 1D | 23 | 95 | 27 | 2F |
| Octal | 111 | 247 | 167 | 70 | 0 | 35 | 43 | 225 | 47 | 57 |
| Binary | 1001001 | 10100111 | 1110111 | 111000 | 0 | 11101 | 100011 | 10010101 | 100111 | 101111 |
Color Harmonies of #49A777
Complementary color
Monochromatic Colors of #49A777
Black with #49A777
Text Example
Text Example
White with #49A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A777; }
p { color: rgb(73,167,119); }
H1.HeaderClassName
{
color: #49A777;
}
.AnyTagClassName
{
color: #49A777;
}
</style>
background-color css
<style>
a { background-color: #49A777; }
a { background-color: rgb(73,167,119); }
div.DivClassName
{
background-color: #49A777;
}
.BgClassName
{
background-color: #49A777;
}
</style>
border-color css
<style>
span { border-color: #49A777; }
span { border-color: rgb(73,167,119); }
td.TdClassName
{
border-color: #49A777;
}
.TagClassName
{
border-color: #49A777;
}
</style>