Shades of Ocean Green #46AD71
Tints of Ocean Green #46AD71
RGB
CMYK
RGB Variations
Color information
#46AD71 (or 0x46AD71) is known color: Ocean Green. HEX triplet: 46, AD and 71. RGB value is (70,173,113). Sum of RGB (Red+Green+Blue) = 70+173+113=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AD71 is #B9528E. Grayscale: #878787. Windows color (decimal): -12145295 or 7449926. OLE color: 7449926.
HSL color Cylindrical-coordinate representation of color #46AD71: hue angle of 145.05º 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 #46AD71 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 173 | 113 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.32 |
| HSL | 145.05º | 0.42% | 0.48% | - |
| HSV(B) | 145.05º | 0.6% | 0.68% | - |
| XYZ | 20.45 | 32.38 | 20.8 | - |
| YUV | 135.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 113 | 0.60 | 0 | 0.35 | 0.32 | 145.05 | 0.42 | 0.48 |
| Hex | 46 | AD | 71 | 3C | 0 | 23 | 20 | 91 | 2A | 30 |
| Octal | 106 | 255 | 161 | 74 | 0 | 43 | 40 | 221 | 52 | 60 |
| Binary | 1000110 | 10101101 | 1110001 | 111100 | 0 | 100011 | 100000 | 10010001 | 101010 | 110000 |
Color Harmonies of #46AD71
Complementary color
Monochromatic Colors of #46AD71
Black with #46AD71
Text Example
Text Example
White with #46AD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AD71; }
p { color: rgb(70,173,113); }
H1.HeaderClassName
{
color: #46AD71;
}
.AnyTagClassName
{
color: #46AD71;
}
</style>
background-color css
<style>
a { background-color: #46AD71; }
a { background-color: rgb(70,173,113); }
div.DivClassName
{
background-color: #46AD71;
}
.BgClassName
{
background-color: #46AD71;
}
</style>
border-color css
<style>
span { border-color: #46AD71; }
span { border-color: rgb(70,173,113); }
td.TdClassName
{
border-color: #46AD71;
}
.TagClassName
{
border-color: #46AD71;
}
</style>