Shades of Ocean Green #49A56C
Tints of Ocean Green #49A56C
RGB
CMYK
RGB Variations
Color information
#49A56C (or 0x49A56C) is known color: Ocean Green. HEX triplet: 49, A5 and 6C. RGB value is (73,165,108). Sum of RGB (Red+Green+Blue) = 73+165+108=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #49A56C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A56C is #B65A93. Grayscale: #838383. Windows color (decimal): -11950740 or 7120201. OLE color: 7120201.
HSL color Cylindrical-coordinate representation of color #49A56C: hue angle of 142.83º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A56C is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 165 | 108 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.35 |
| HSL | 142.83º | 0.39% | 0.47% | - |
| HSV(B) | 142.83º | 0.56% | 0.65% | - |
| XYZ | 18.91 | 29.41 | 18.87 | - |
| YUV | 130.99 | 115.02 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 165 | 108 | 0.56 | 0 | 0.35 | 0.35 | 142.83 | 0.39 | 0.47 |
| Hex | 49 | A5 | 6C | 38 | 0 | 23 | 23 | 8F | 27 | 2F |
| Octal | 111 | 245 | 154 | 70 | 0 | 43 | 43 | 217 | 47 | 57 |
| Binary | 1001001 | 10100101 | 1101100 | 111000 | 0 | 100011 | 100011 | 10001111 | 100111 | 101111 |
Color Harmonies of #49A56C
Complementary color
Monochromatic Colors of #49A56C
Black with #49A56C
Text Example
Text Example
White with #49A56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A56C; }
p { color: rgb(73,165,108); }
H1.HeaderClassName
{
color: #49A56C;
}
.AnyTagClassName
{
color: #49A56C;
}
</style>
background-color css
<style>
a { background-color: #49A56C; }
a { background-color: rgb(73,165,108); }
div.DivClassName
{
background-color: #49A56C;
}
.BgClassName
{
background-color: #49A56C;
}
</style>
border-color css
<style>
span { border-color: #49A56C; }
span { border-color: rgb(73,165,108); }
td.TdClassName
{
border-color: #49A56C;
}
.TagClassName
{
border-color: #49A56C;
}
</style>