Shades of Ocean Green #509572
Tints of Ocean Green #509572
RGB
CMYK
RGB Variations
Color information
#509572 (or 0x509572) is known color: Ocean Green. HEX triplet: 50, 95 and 72. RGB value is (80,149,114). Sum of RGB (Red+Green+Blue) = 80+149+114=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #509572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509572 is #AF6A8D. Grayscale: #7C7C7C. Windows color (decimal): -11496078 or 7509328. OLE color: 7509328.
HSL color Cylindrical-coordinate representation of color #509572: hue angle of 149.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509572 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 114 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.42 |
| HSL | 149.57º | 0.3% | 0.45% | - |
| HSV(B) | 149.57º | 0.46% | 0.58% | - |
| XYZ | 17.09 | 24.42 | 19.73 | - |
| YUV | 124.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 114 | 0.46 | 0 | 0.23 | 0.42 | 149.57 | 0.3 | 0.45 |
| Hex | 50 | 95 | 72 | 2E | 0 | 17 | 2A | 96 | 1E | 2D |
| Octal | 120 | 225 | 162 | 56 | 0 | 27 | 52 | 226 | 36 | 55 |
| Binary | 1010000 | 10010101 | 1110010 | 101110 | 0 | 10111 | 101010 | 10010110 | 11110 | 101101 |
Color Harmonies of #509572
Complementary color
Monochromatic Colors of #509572
Black with #509572
Text Example
Text Example
White with #509572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509572; }
p { color: rgb(80,149,114); }
H1.HeaderClassName
{
color: #509572;
}
.AnyTagClassName
{
color: #509572;
}
</style>
background-color css
<style>
a { background-color: #509572; }
a { background-color: rgb(80,149,114); }
div.DivClassName
{
background-color: #509572;
}
.BgClassName
{
background-color: #509572;
}
</style>
border-color css
<style>
span { border-color: #509572; }
span { border-color: rgb(80,149,114); }
td.TdClassName
{
border-color: #509572;
}
.TagClassName
{
border-color: #509572;
}
</style>