Shades of Ocean Green #46AD74
Tints of Ocean Green #46AD74
RGB
CMYK
RGB Variations
Color information
#46AD74 (or 0x46AD74) is known color: Ocean Green. HEX triplet: 46, AD and 74. RGB value is (70,173,116). Sum of RGB (Red+Green+Blue) = 70+173+116=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AD74 is #B9528B. Grayscale: #878787. Windows color (decimal): -12145292 or 7646534. OLE color: 7646534.
HSL color Cylindrical-coordinate representation of color #46AD74: hue angle of 146.8º 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 #46AD74 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 173 | 116 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.32 |
| HSL | 146.8º | 0.42% | 0.48% | - |
| HSV(B) | 146.8º | 0.6% | 0.68% | - |
| XYZ | 20.62 | 32.45 | 21.7 | - |
| YUV | 135.71 | 116.88 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 116 | 0.60 | 0 | 0.33 | 0.32 | 146.8 | 0.42 | 0.48 |
| Hex | 46 | AD | 74 | 3C | 0 | 21 | 20 | 93 | 2A | 30 |
| Octal | 106 | 255 | 164 | 74 | 0 | 41 | 40 | 223 | 52 | 60 |
| Binary | 1000110 | 10101101 | 1110100 | 111100 | 0 | 100001 | 100000 | 10010011 | 101010 | 110000 |
Color Harmonies of #46AD74
Complementary color
Monochromatic Colors of #46AD74
Black with #46AD74
Text Example
Text Example
White with #46AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AD74; }
p { color: rgb(70,173,116); }
H1.HeaderClassName
{
color: #46AD74;
}
.AnyTagClassName
{
color: #46AD74;
}
</style>
background-color css
<style>
a { background-color: #46AD74; }
a { background-color: rgb(70,173,116); }
div.DivClassName
{
background-color: #46AD74;
}
.BgClassName
{
background-color: #46AD74;
}
</style>
border-color css
<style>
span { border-color: #46AD74; }
span { border-color: rgb(70,173,116); }
td.TdClassName
{
border-color: #46AD74;
}
.TagClassName
{
border-color: #46AD74;
}
</style>