Shades of Ocean Green #49A26E
Tints of Ocean Green #49A26E
RGB
CMYK
RGB Variations
Color information
#49A26E (or 0x49A26E) is known color: Ocean Green. HEX triplet: 49, A2 and 6E. RGB value is (73,162,110). Sum of RGB (Red+Green+Blue) = 73+162+110=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #49A26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A26E is #B65D91. Grayscale: #818181. Windows color (decimal): -11951506 or 7250505. OLE color: 7250505.
HSL color Cylindrical-coordinate representation of color #49A26E: hue angle of 144.94º 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 #49A26E is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 162 | 110 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.36 |
| HSL | 144.94º | 0.38% | 0.46% | - |
| HSV(B) | 144.94º | 0.55% | 0.64% | - |
| XYZ | 18.48 | 28.38 | 19.26 | - |
| YUV | 129.46 | 117.01 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 110 | 0.55 | 0 | 0.32 | 0.36 | 144.94 | 0.38 | 0.46 |
| Hex | 49 | A2 | 6E | 37 | 0 | 20 | 24 | 91 | 26 | 2E |
| Octal | 111 | 242 | 156 | 67 | 0 | 40 | 44 | 221 | 46 | 56 |
| Binary | 1001001 | 10100010 | 1101110 | 110111 | 0 | 100000 | 100100 | 10010001 | 100110 | 101110 |
Color Harmonies of #49A26E
Complementary color
Monochromatic Colors of #49A26E
Black with #49A26E
Text Example
Text Example
White with #49A26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A26E; }
p { color: rgb(73,162,110); }
H1.HeaderClassName
{
color: #49A26E;
}
.AnyTagClassName
{
color: #49A26E;
}
</style>
background-color css
<style>
a { background-color: #49A26E; }
a { background-color: rgb(73,162,110); }
div.DivClassName
{
background-color: #49A26E;
}
.BgClassName
{
background-color: #49A26E;
}
</style>
border-color css
<style>
span { border-color: #49A26E; }
span { border-color: rgb(73,162,110); }
td.TdClassName
{
border-color: #49A26E;
}
.TagClassName
{
border-color: #49A26E;
}
</style>