Shades of Ocean Green #539B73
Tints of Ocean Green #539B73
RGB
CMYK
RGB Variations
Color information
#539B73 (or 0x539B73) is known color: Ocean Green. HEX triplet: 53, 9B and 73. RGB value is (83,155,115). Sum of RGB (Red+Green+Blue) = 83+155+115=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #539B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B73 is #AC648C. Grayscale: #818181. Windows color (decimal): -11297933 or 7576403. OLE color: 7576403.
HSL color Cylindrical-coordinate representation of color #539B73: hue angle of 146.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B73 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 155 | 115 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.39 |
| HSL | 146.67º | 0.3% | 0.47% | - |
| HSV(B) | 146.67º | 0.46% | 0.61% | - |
| XYZ | 18.38 | 26.52 | 20.37 | - |
| YUV | 128.91 | 120.15 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 115 | 0.46 | 0 | 0.26 | 0.39 | 146.67 | 0.3 | 0.47 |
| Hex | 53 | 9B | 73 | 2E | 0 | 1A | 27 | 93 | 1E | 2F |
| Octal | 123 | 233 | 163 | 56 | 0 | 32 | 47 | 223 | 36 | 57 |
| Binary | 1010011 | 10011011 | 1110011 | 101110 | 0 | 11010 | 100111 | 10010011 | 11110 | 101111 |
Color Harmonies of #539B73
Complementary color
Monochromatic Colors of #539B73
Black with #539B73
Text Example
Text Example
White with #539B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539B73; }
p { color: rgb(83,155,115); }
H1.HeaderClassName
{
color: #539B73;
}
.AnyTagClassName
{
color: #539B73;
}
</style>
background-color css
<style>
a { background-color: #539B73; }
a { background-color: rgb(83,155,115); }
div.DivClassName
{
background-color: #539B73;
}
.BgClassName
{
background-color: #539B73;
}
</style>
border-color css
<style>
span { border-color: #539B73; }
span { border-color: rgb(83,155,115); }
td.TdClassName
{
border-color: #539B73;
}
.TagClassName
{
border-color: #539B73;
}
</style>