Shades of Ocean Green #49A16C
Tints of Ocean Green #49A16C
RGB
CMYK
RGB Variations
Color information
#49A16C (or 0x49A16C) is known color: Ocean Green. HEX triplet: 49, A1 and 6C. RGB value is (73,161,108). Sum of RGB (Red+Green+Blue) = 73+161+108=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #49A16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A16C is #B65E93. Grayscale: #808080. Windows color (decimal): -11951764 or 7119177. OLE color: 7119177.
HSL color Cylindrical-coordinate representation of color #49A16C: hue angle of 143.86º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A16C is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 108 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.37 |
| HSL | 143.86º | 0.38% | 0.46% | - |
| HSV(B) | 143.86º | 0.55% | 0.63% | - |
| XYZ | 18.2 | 27.99 | 18.63 | - |
| YUV | 128.65 | 116.35 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 108 | 0.55 | 0 | 0.33 | 0.37 | 143.86 | 0.38 | 0.46 |
| Hex | 49 | A1 | 6C | 37 | 0 | 21 | 25 | 90 | 26 | 2E |
| Octal | 111 | 241 | 154 | 67 | 0 | 41 | 45 | 220 | 46 | 56 |
| Binary | 1001001 | 10100001 | 1101100 | 110111 | 0 | 100001 | 100101 | 10010000 | 100110 | 101110 |
Color Harmonies of #49A16C
Complementary color
Monochromatic Colors of #49A16C
Black with #49A16C
Text Example
Text Example
White with #49A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A16C; }
p { color: rgb(73,161,108); }
H1.HeaderClassName
{
color: #49A16C;
}
.AnyTagClassName
{
color: #49A16C;
}
</style>
background-color css
<style>
a { background-color: #49A16C; }
a { background-color: rgb(73,161,108); }
div.DivClassName
{
background-color: #49A16C;
}
.BgClassName
{
background-color: #49A16C;
}
</style>
border-color css
<style>
span { border-color: #49A16C; }
span { border-color: rgb(73,161,108); }
td.TdClassName
{
border-color: #49A16C;
}
.TagClassName
{
border-color: #49A16C;
}
</style>