Shades of Ocean Green #49A474
Tints of Ocean Green #49A474
RGB
CMYK
RGB Variations
Color information
#49A474 (or 0x49A474) is known color: Ocean Green. HEX triplet: 49, A4 and 74. RGB value is (73,164,116). Sum of RGB (Red+Green+Blue) = 73+164+116=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #49A474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A474 is #B65B8B. Grayscale: #838383. Windows color (decimal): -11950988 or 7644233. OLE color: 7644233.
HSL color Cylindrical-coordinate representation of color #49A474: hue angle of 148.35º 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 #49A474 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 164 | 116 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.36 |
| HSL | 148.35º | 0.38% | 0.46% | - |
| HSV(B) | 148.35º | 0.55% | 0.64% | - |
| XYZ | 19.18 | 29.23 | 21.15 | - |
| YUV | 131.32 | 119.35 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 164 | 116 | 0.55 | 0 | 0.29 | 0.36 | 148.35 | 0.38 | 0.46 |
| Hex | 49 | A4 | 74 | 37 | 0 | 1D | 24 | 94 | 26 | 2E |
| Octal | 111 | 244 | 164 | 67 | 0 | 35 | 44 | 224 | 46 | 56 |
| Binary | 1001001 | 10100100 | 1110100 | 110111 | 0 | 11101 | 100100 | 10010100 | 100110 | 101110 |
Color Harmonies of #49A474
Complementary color
Monochromatic Colors of #49A474
Black with #49A474
Text Example
Text Example
White with #49A474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A474; }
p { color: rgb(73,164,116); }
H1.HeaderClassName
{
color: #49A474;
}
.AnyTagClassName
{
color: #49A474;
}
</style>
background-color css
<style>
a { background-color: #49A474; }
a { background-color: rgb(73,164,116); }
div.DivClassName
{
background-color: #49A474;
}
.BgClassName
{
background-color: #49A474;
}
</style>
border-color css
<style>
span { border-color: #49A474; }
span { border-color: rgb(73,164,116); }
td.TdClassName
{
border-color: #49A474;
}
.TagClassName
{
border-color: #49A474;
}
</style>