Shades of Ocean Green #49A27B
Tints of Ocean Green #49A27B
RGB
CMYK
RGB Variations
Color information
#49A27B (or 0x49A27B) is known color: Ocean Green. HEX triplet: 49, A2 and 7B. RGB value is (73,162,123). Sum of RGB (Red+Green+Blue) = 73+162+123=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #49A27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A27B is #B65D84. Grayscale: #838383. Windows color (decimal): -11951493 or 8102473. OLE color: 8102473.
HSL color Cylindrical-coordinate representation of color #49A27B: hue angle of 153.71º 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 #49A27B is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 162 | 123 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.36 |
| HSL | 153.71º | 0.38% | 0.46% | - |
| HSV(B) | 153.71º | 0.55% | 0.64% | - |
| XYZ | 19.24 | 28.69 | 23.26 | - |
| YUV | 130.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 123 | 0.55 | 0 | 0.24 | 0.36 | 153.71 | 0.38 | 0.46 |
| Hex | 49 | A2 | 7B | 37 | 0 | 18 | 24 | 9A | 26 | 2E |
| Octal | 111 | 242 | 173 | 67 | 0 | 30 | 44 | 232 | 46 | 56 |
| Binary | 1001001 | 10100010 | 1111011 | 110111 | 0 | 11000 | 100100 | 10011010 | 100110 | 101110 |
Color Harmonies of #49A27B
Complementary color
Monochromatic Colors of #49A27B
Black with #49A27B
Text Example
Text Example
White with #49A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A27B; }
p { color: rgb(73,162,123); }
H1.HeaderClassName
{
color: #49A27B;
}
.AnyTagClassName
{
color: #49A27B;
}
</style>
background-color css
<style>
a { background-color: #49A27B; }
a { background-color: rgb(73,162,123); }
div.DivClassName
{
background-color: #49A27B;
}
.BgClassName
{
background-color: #49A27B;
}
</style>
border-color css
<style>
span { border-color: #49A27B; }
span { border-color: rgb(73,162,123); }
td.TdClassName
{
border-color: #49A27B;
}
.TagClassName
{
border-color: #49A27B;
}
</style>