Shades of Ocean Green #559268
Tints of Ocean Green #559268
RGB
CMYK
RGB Variations
Color information
#559268 (or 0x559268) is known color: Ocean Green. HEX triplet: 55, 92 and 68. RGB value is (85,146,104). Sum of RGB (Red+Green+Blue) = 85+146+104=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #559268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559268 is #AA6D97. Grayscale: #7B7B7B. Windows color (decimal): -11169176 or 6853205. OLE color: 6853205.
HSL color Cylindrical-coordinate representation of color #559268: hue angle of 138.69º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559268 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 104 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.43 |
| HSL | 138.69º | 0.26% | 0.45% | - |
| HSV(B) | 138.69º | 0.42% | 0.57% | - |
| XYZ | 16.52 | 23.49 | 16.76 | - |
| YUV | 122.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 104 | 0.42 | 0 | 0.29 | 0.43 | 138.69 | 0.26 | 0.45 |
| Hex | 55 | 92 | 68 | 2A | 0 | 1D | 2B | 8B | 1A | 2D |
| Octal | 125 | 222 | 150 | 52 | 0 | 35 | 53 | 213 | 32 | 55 |
| Binary | 1010101 | 10010010 | 1101000 | 101010 | 0 | 11101 | 101011 | 10001011 | 11010 | 101101 |
Color Harmonies of #559268
Complementary color
Monochromatic Colors of #559268
Black with #559268
Text Example
Text Example
White with #559268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559268; }
p { color: rgb(85,146,104); }
H1.HeaderClassName
{
color: #559268;
}
.AnyTagClassName
{
color: #559268;
}
</style>
background-color css
<style>
a { background-color: #559268; }
a { background-color: rgb(85,146,104); }
div.DivClassName
{
background-color: #559268;
}
.BgClassName
{
background-color: #559268;
}
</style>
border-color css
<style>
span { border-color: #559268; }
span { border-color: rgb(85,146,104); }
td.TdClassName
{
border-color: #559268;
}
.TagClassName
{
border-color: #559268;
}
</style>