Shades of Ocean Green #51946E
Tints of Ocean Green #51946E
RGB
CMYK
RGB Variations
Color information
#51946E (or 0x51946E) is known color: Ocean Green. HEX triplet: 51, 94 and 6E. RGB value is (81,148,110). Sum of RGB (Red+Green+Blue) = 81+148+110=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #51946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51946E is #AE6B91. Grayscale: #7B7B7B. Windows color (decimal): -11430802 or 7246929. OLE color: 7246929.
HSL color Cylindrical-coordinate representation of color #51946E: hue angle of 145.97º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51946E is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 148 | 110 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.42 |
| HSL | 145.97º | 0.29% | 0.45% | - |
| HSV(B) | 145.97º | 0.45% | 0.58% | - |
| XYZ | 16.8 | 24.05 | 18.51 | - |
| YUV | 123.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 148 | 110 | 0.45 | 0 | 0.26 | 0.42 | 145.97 | 0.29 | 0.45 |
| Hex | 51 | 94 | 6E | 2D | 0 | 1A | 2A | 92 | 1D | 2D |
| Octal | 121 | 224 | 156 | 55 | 0 | 32 | 52 | 222 | 35 | 55 |
| Binary | 1010001 | 10010100 | 1101110 | 101101 | 0 | 11010 | 101010 | 10010010 | 11101 | 101101 |
Color Harmonies of #51946E
Complementary color
Monochromatic Colors of #51946E
Black with #51946E
Text Example
Text Example
White with #51946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51946E; }
p { color: rgb(81,148,110); }
H1.HeaderClassName
{
color: #51946E;
}
.AnyTagClassName
{
color: #51946E;
}
</style>
background-color css
<style>
a { background-color: #51946E; }
a { background-color: rgb(81,148,110); }
div.DivClassName
{
background-color: #51946E;
}
.BgClassName
{
background-color: #51946E;
}
</style>
border-color css
<style>
span { border-color: #51946E; }
span { border-color: rgb(81,148,110); }
td.TdClassName
{
border-color: #51946E;
}
.TagClassName
{
border-color: #51946E;
}
</style>