Shades of Ocean Green #46AD72
Tints of Ocean Green #46AD72
RGB
CMYK
RGB Variations
Color information
#46AD72 (or 0x46AD72) is known color: Ocean Green. HEX triplet: 46, AD and 72. RGB value is (70,173,114). Sum of RGB (Red+Green+Blue) = 70+173+114=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AD72 is #B9528D. Grayscale: #878787. Windows color (decimal): -12145294 or 7515462. OLE color: 7515462.
HSL color Cylindrical-coordinate representation of color #46AD72: hue angle of 145.63º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AD72 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 173 | 114 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.32 |
| HSL | 145.63º | 0.42% | 0.48% | - |
| HSV(B) | 145.63º | 0.6% | 0.68% | - |
| XYZ | 20.51 | 32.4 | 21.09 | - |
| YUV | 135.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 114 | 0.60 | 0 | 0.34 | 0.32 | 145.63 | 0.42 | 0.48 |
| Hex | 46 | AD | 72 | 3C | 0 | 22 | 20 | 92 | 2A | 30 |
| Octal | 106 | 255 | 162 | 74 | 0 | 42 | 40 | 222 | 52 | 60 |
| Binary | 1000110 | 10101101 | 1110010 | 111100 | 0 | 100010 | 100000 | 10010010 | 101010 | 110000 |
Color Harmonies of #46AD72
Complementary color
Monochromatic Colors of #46AD72
Black with #46AD72
Text Example
Text Example
White with #46AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AD72; }
p { color: rgb(70,173,114); }
H1.HeaderClassName
{
color: #46AD72;
}
.AnyTagClassName
{
color: #46AD72;
}
</style>
background-color css
<style>
a { background-color: #46AD72; }
a { background-color: rgb(70,173,114); }
div.DivClassName
{
background-color: #46AD72;
}
.BgClassName
{
background-color: #46AD72;
}
</style>
border-color css
<style>
span { border-color: #46AD72; }
span { border-color: rgb(70,173,114); }
td.TdClassName
{
border-color: #46AD72;
}
.TagClassName
{
border-color: #46AD72;
}
</style>