Shades of Ocean Green #49AF85
Tints of Ocean Green #49AF85
RGB
CMYK
RGB Variations
Color information
#49AF85 (or 0x49AF85) is known color: Ocean Green. HEX triplet: 49, AF and 85. RGB value is (73,175,133). Sum of RGB (Red+Green+Blue) = 73+175+133=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF85 is #B6507A. Grayscale: #8B8B8B. Windows color (decimal): -11948155 or 8761161. OLE color: 8761161.
HSL color Cylindrical-coordinate representation of color #49AF85: hue angle of 155.29º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF85 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 133 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.31 |
| HSL | 155.29º | 0.41% | 0.49% | - |
| HSV(B) | 155.29º | 0.58% | 0.69% | - |
| XYZ | 22.31 | 33.77 | 27.53 | - |
| YUV | 139.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 133 | 0.58 | 0 | 0.24 | 0.31 | 155.29 | 0.41 | 0.49 |
| Hex | 49 | AF | 85 | 3A | 0 | 18 | 1F | 9B | 29 | 31 |
| Octal | 111 | 257 | 205 | 72 | 0 | 30 | 37 | 233 | 51 | 61 |
| Binary | 1001001 | 10101111 | 10000101 | 111010 | 0 | 11000 | 11111 | 10011011 | 101001 | 110001 |
Color Harmonies of #49AF85
Complementary color
Monochromatic Colors of #49AF85
Black with #49AF85
Text Example
Text Example
White with #49AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF85; }
p { color: rgb(73,175,133); }
H1.HeaderClassName
{
color: #49AF85;
}
.AnyTagClassName
{
color: #49AF85;
}
</style>
background-color css
<style>
a { background-color: #49AF85; }
a { background-color: rgb(73,175,133); }
div.DivClassName
{
background-color: #49AF85;
}
.BgClassName
{
background-color: #49AF85;
}
</style>
border-color css
<style>
span { border-color: #49AF85; }
span { border-color: rgb(73,175,133); }
td.TdClassName
{
border-color: #49AF85;
}
.TagClassName
{
border-color: #49AF85;
}
</style>