Shades of Ocean Green #46A374
Tints of Ocean Green #46A374
RGB
CMYK
RGB Variations
Color information
#46A374 (or 0x46A374) is known color: Ocean Green. HEX triplet: 46, A3 and 74. RGB value is (70,163,116). Sum of RGB (Red+Green+Blue) = 70+163+116=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #46A374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A374 is #B95C8B. Grayscale: #818181. Windows color (decimal): -12147852 or 7643974. OLE color: 7643974.
HSL color Cylindrical-coordinate representation of color #46A374: hue angle of 149.68º 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 #46A374 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 163 | 116 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.36 |
| HSL | 149.68º | 0.4% | 0.46% | - |
| HSV(B) | 149.68º | 0.57% | 0.64% | - |
| XYZ | 18.78 | 28.76 | 21.08 | - |
| YUV | 129.84 | 120.19 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 163 | 116 | 0.57 | 0 | 0.29 | 0.36 | 149.68 | 0.4 | 0.46 |
| Hex | 46 | A3 | 74 | 39 | 0 | 1D | 24 | 96 | 28 | 2E |
| Octal | 106 | 243 | 164 | 71 | 0 | 35 | 44 | 226 | 50 | 56 |
| Binary | 1000110 | 10100011 | 1110100 | 111001 | 0 | 11101 | 100100 | 10010110 | 101000 | 101110 |
Color Harmonies of #46A374
Complementary color
Monochromatic Colors of #46A374
Black with #46A374
Text Example
Text Example
White with #46A374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A374; }
p { color: rgb(70,163,116); }
H1.HeaderClassName
{
color: #46A374;
}
.AnyTagClassName
{
color: #46A374;
}
</style>
background-color css
<style>
a { background-color: #46A374; }
a { background-color: rgb(70,163,116); }
div.DivClassName
{
background-color: #46A374;
}
.BgClassName
{
background-color: #46A374;
}
</style>
border-color css
<style>
span { border-color: #46A374; }
span { border-color: rgb(70,163,116); }
td.TdClassName
{
border-color: #46A374;
}
.TagClassName
{
border-color: #46A374;
}
</style>