Shades of Ocean Green #46A47A
Tints of Ocean Green #46A47A
RGB
CMYK
RGB Variations
Color information
#46A47A (or 0x46A47A) is known color: Ocean Green. HEX triplet: 46, A4 and 7A. RGB value is (70,164,122). Sum of RGB (Red+Green+Blue) = 70+164+122=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #46A47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A47A is #B95B85. Grayscale: #838383. Windows color (decimal): -12147590 or 8037446. OLE color: 8037446.
HSL color Cylindrical-coordinate representation of color #46A47A: hue angle of 153.19º 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 #46A47A is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 164 | 122 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.36 |
| HSL | 153.19º | 0.4% | 0.46% | - |
| HSV(B) | 153.19º | 0.57% | 0.64% | - |
| XYZ | 19.31 | 29.26 | 23.04 | - |
| YUV | 131.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 164 | 122 | 0.57 | 0 | 0.26 | 0.36 | 153.19 | 0.4 | 0.46 |
| Hex | 46 | A4 | 7A | 39 | 0 | 1A | 24 | 99 | 28 | 2E |
| Octal | 106 | 244 | 172 | 71 | 0 | 32 | 44 | 231 | 50 | 56 |
| Binary | 1000110 | 10100100 | 1111010 | 111001 | 0 | 11010 | 100100 | 10011001 | 101000 | 101110 |
Color Harmonies of #46A47A
Complementary color
Monochromatic Colors of #46A47A
Black with #46A47A
Text Example
Text Example
White with #46A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A47A; }
p { color: rgb(70,164,122); }
H1.HeaderClassName
{
color: #46A47A;
}
.AnyTagClassName
{
color: #46A47A;
}
</style>
background-color css
<style>
a { background-color: #46A47A; }
a { background-color: rgb(70,164,122); }
div.DivClassName
{
background-color: #46A47A;
}
.BgClassName
{
background-color: #46A47A;
}
</style>
border-color css
<style>
span { border-color: #46A47A; }
span { border-color: rgb(70,164,122); }
td.TdClassName
{
border-color: #46A47A;
}
.TagClassName
{
border-color: #46A47A;
}
</style>