Shades of Ocean Green #49B069
Tints of Ocean Green #49B069
RGB
CMYK
RGB Variations
Color information
#49B069 (or 0x49B069) is known color: Ocean Green. HEX triplet: 49, B0 and 69. RGB value is (73,176,105). Sum of RGB (Red+Green+Blue) = 73+176+105=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #49B069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B069 is #B64F96. Grayscale: #898989. Windows color (decimal): -11947927 or 6926409. OLE color: 6926409.
HSL color Cylindrical-coordinate representation of color #49B069: hue angle of 138.64º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B069 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 176 | 105 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.31 |
| HSL | 138.64º | 0.41% | 0.49% | - |
| HSV(B) | 138.64º | 0.59% | 0.69% | - |
| XYZ | 20.82 | 33.49 | 18.73 | - |
| YUV | 137.11 | 109.88 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 176 | 105 | 0.59 | 0 | 0.40 | 0.31 | 138.64 | 0.41 | 0.49 |
| Hex | 49 | B0 | 69 | 3B | 0 | 28 | 1F | 8B | 29 | 31 |
| Octal | 111 | 260 | 151 | 73 | 0 | 50 | 37 | 213 | 51 | 61 |
| Binary | 1001001 | 10110000 | 1101001 | 111011 | 0 | 101000 | 11111 | 10001011 | 101001 | 110001 |
Color Harmonies of #49B069
Complementary color
Monochromatic Colors of #49B069
Black with #49B069
Text Example
Text Example
White with #49B069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B069; }
p { color: rgb(73,176,105); }
H1.HeaderClassName
{
color: #49B069;
}
.AnyTagClassName
{
color: #49B069;
}
</style>
background-color css
<style>
a { background-color: #49B069; }
a { background-color: rgb(73,176,105); }
div.DivClassName
{
background-color: #49B069;
}
.BgClassName
{
background-color: #49B069;
}
</style>
border-color css
<style>
span { border-color: #49B069; }
span { border-color: rgb(73,176,105); }
td.TdClassName
{
border-color: #49B069;
}
.TagClassName
{
border-color: #49B069;
}
</style>