Shades of Ocean Green #49A27C
Tints of Ocean Green #49A27C
RGB
CMYK
RGB Variations
Color information
#49A27C (or 0x49A27C) is known color: Ocean Green. HEX triplet: 49, A2 and 7C. RGB value is (73,162,124). Sum of RGB (Red+Green+Blue) = 73+162+124=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #49A27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A27C is #B65D83. Grayscale: #838383. Windows color (decimal): -11951492 or 8168009. OLE color: 8168009.
HSL color Cylindrical-coordinate representation of color #49A27C: hue angle of 154.38º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A27C is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 162 | 124 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.36 |
| HSL | 154.38º | 0.38% | 0.46% | - |
| HSV(B) | 154.38º | 0.55% | 0.64% | - |
| XYZ | 19.31 | 28.71 | 23.59 | - |
| YUV | 131.06 | 124.01 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 124 | 0.55 | 0 | 0.23 | 0.36 | 154.38 | 0.38 | 0.46 |
| Hex | 49 | A2 | 7C | 37 | 0 | 17 | 24 | 9A | 26 | 2E |
| Octal | 111 | 242 | 174 | 67 | 0 | 27 | 44 | 232 | 46 | 56 |
| Binary | 1001001 | 10100010 | 1111100 | 110111 | 0 | 10111 | 100100 | 10011010 | 100110 | 101110 |
Color Harmonies of #49A27C
Complementary color
Monochromatic Colors of #49A27C
Black with #49A27C
Text Example
Text Example
White with #49A27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A27C; }
p { color: rgb(73,162,124); }
H1.HeaderClassName
{
color: #49A27C;
}
.AnyTagClassName
{
color: #49A27C;
}
</style>
background-color css
<style>
a { background-color: #49A27C; }
a { background-color: rgb(73,162,124); }
div.DivClassName
{
background-color: #49A27C;
}
.BgClassName
{
background-color: #49A27C;
}
</style>
border-color css
<style>
span { border-color: #49A27C; }
span { border-color: rgb(73,162,124); }
td.TdClassName
{
border-color: #49A27C;
}
.TagClassName
{
border-color: #49A27C;
}
</style>