Shades of Ocean Green #49AA77
Tints of Ocean Green #49AA77
RGB
CMYK
RGB Variations
Color information
#49AA77 (or 0x49AA77) is known color: Ocean Green. HEX triplet: 49, AA and 77. RGB value is (73,170,119). Sum of RGB (Red+Green+Blue) = 73+170+119=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AA77 is #B65588. Grayscale: #878787. Windows color (decimal): -11949449 or 7842377. OLE color: 7842377.
HSL color Cylindrical-coordinate representation of color #49AA77: hue angle of 148.45º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA77 is Cyan = 0.57, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 119 | - |
| CMYK | 0.57 | 0 | 0.3 | 0.33 |
| HSL | 148.45º | 0.4% | 0.48% | - |
| HSV(B) | 148.45º | 0.57% | 0.67% | - |
| XYZ | 20.45 | 31.5 | 22.45 | - |
| YUV | 135.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 119 | 0.57 | 0 | 0.3 | 0.33 | 148.45 | 0.4 | 0.48 |
| Hex | 49 | AA | 77 | 39 | 0 | 1E | 21 | 94 | 28 | 30 |
| Octal | 111 | 252 | 167 | 71 | 0 | 36 | 41 | 224 | 50 | 60 |
| Binary | 1001001 | 10101010 | 1110111 | 111001 | 0 | 11110 | 100001 | 10010100 | 101000 | 110000 |
Color Harmonies of #49AA77
Complementary color
Monochromatic Colors of #49AA77
Black with #49AA77
Text Example
Text Example
White with #49AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA77; }
p { color: rgb(73,170,119); }
H1.HeaderClassName
{
color: #49AA77;
}
.AnyTagClassName
{
color: #49AA77;
}
</style>
background-color css
<style>
a { background-color: #49AA77; }
a { background-color: rgb(73,170,119); }
div.DivClassName
{
background-color: #49AA77;
}
.BgClassName
{
background-color: #49AA77;
}
</style>
border-color css
<style>
span { border-color: #49AA77; }
span { border-color: rgb(73,170,119); }
td.TdClassName
{
border-color: #49AA77;
}
.TagClassName
{
border-color: #49AA77;
}
</style>