Shades of Ocean Green #49A768
Tints of Ocean Green #49A768
RGB
CMYK
RGB Variations
Color information
#49A768 (or 0x49A768) is known color: Ocean Green. HEX triplet: 49, A7 and 68. RGB value is (73,167,104). Sum of RGB (Red+Green+Blue) = 73+167+104=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 167 - color contains mainly: green. Hex color #49A768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A768 is #B65897. Grayscale: #838383. Windows color (decimal): -11950232 or 6858569. OLE color: 6858569.
HSL color Cylindrical-coordinate representation of color #49A768: hue angle of 139.79º 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 #49A768 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 167 | 104 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.35 |
| HSL | 139.79º | 0.39% | 0.47% | - |
| HSV(B) | 139.79º | 0.56% | 0.65% | - |
| XYZ | 19.07 | 30.05 | 17.89 | - |
| YUV | 131.71 | 112.36 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 104 | 0.56 | 0 | 0.38 | 0.35 | 139.79 | 0.39 | 0.47 |
| Hex | 49 | A7 | 68 | 38 | 0 | 26 | 23 | 8C | 27 | 2F |
| Octal | 111 | 247 | 150 | 70 | 0 | 46 | 43 | 214 | 47 | 57 |
| Binary | 1001001 | 10100111 | 1101000 | 111000 | 0 | 100110 | 100011 | 10001100 | 100111 | 101111 |
Color Harmonies of #49A768
Complementary color
Monochromatic Colors of #49A768
Black with #49A768
Text Example
Text Example
White with #49A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A768; }
p { color: rgb(73,167,104); }
H1.HeaderClassName
{
color: #49A768;
}
.AnyTagClassName
{
color: #49A768;
}
</style>
background-color css
<style>
a { background-color: #49A768; }
a { background-color: rgb(73,167,104); }
div.DivClassName
{
background-color: #49A768;
}
.BgClassName
{
background-color: #49A768;
}
</style>
border-color css
<style>
span { border-color: #49A768; }
span { border-color: rgb(73,167,104); }
td.TdClassName
{
border-color: #49A768;
}
.TagClassName
{
border-color: #49A768;
}
</style>