Shades of Ocean Green #46A377
Tints of Ocean Green #46A377
RGB
CMYK
RGB Variations
Color information
#46A377 (or 0x46A377) is known color: Ocean Green. HEX triplet: 46, A3 and 77. RGB value is (70,163,119). Sum of RGB (Red+Green+Blue) = 70+163+119=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #46A377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A377 is #B95C88. Grayscale: #828282. Windows color (decimal): -12147849 or 7840582. OLE color: 7840582.
HSL color Cylindrical-coordinate representation of color #46A377: hue angle of 151.61º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A377 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 163 | 119 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.36 |
| HSL | 151.61º | 0.4% | 0.46% | - |
| HSV(B) | 151.61º | 0.57% | 0.64% | - |
| XYZ | 18.95 | 28.83 | 22.02 | - |
| YUV | 130.18 | 121.69 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 163 | 119 | 0.57 | 0 | 0.27 | 0.36 | 151.61 | 0.4 | 0.46 |
| Hex | 46 | A3 | 77 | 39 | 0 | 1B | 24 | 98 | 28 | 2E |
| Octal | 106 | 243 | 167 | 71 | 0 | 33 | 44 | 230 | 50 | 56 |
| Binary | 1000110 | 10100011 | 1110111 | 111001 | 0 | 11011 | 100100 | 10011000 | 101000 | 101110 |
Color Harmonies of #46A377
Complementary color
Monochromatic Colors of #46A377
Black with #46A377
Text Example
Text Example
White with #46A377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A377; }
p { color: rgb(70,163,119); }
H1.HeaderClassName
{
color: #46A377;
}
.AnyTagClassName
{
color: #46A377;
}
</style>
background-color css
<style>
a { background-color: #46A377; }
a { background-color: rgb(70,163,119); }
div.DivClassName
{
background-color: #46A377;
}
.BgClassName
{
background-color: #46A377;
}
</style>
border-color css
<style>
span { border-color: #46A377; }
span { border-color: rgb(70,163,119); }
td.TdClassName
{
border-color: #46A377;
}
.TagClassName
{
border-color: #46A377;
}
</style>