Shades of Ocean Green #539C6E
Tints of Ocean Green #539C6E
RGB
CMYK
RGB Variations
Color information
#539C6E (or 0x539C6E) is known color: Ocean Green. HEX triplet: 53, 9C and 6E. RGB value is (83,156,110). Sum of RGB (Red+Green+Blue) = 83+156+110=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #539C6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C6E is #AC6391. Grayscale: #818181. Windows color (decimal): -11297682 or 7248979. OLE color: 7248979.
HSL color Cylindrical-coordinate representation of color #539C6E: hue angle of 142.19º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539C6E is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 110 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.39 |
| HSL | 142.19º | 0.31% | 0.47% | - |
| HSV(B) | 142.19º | 0.47% | 0.61% | - |
| XYZ | 18.27 | 26.74 | 18.95 | - |
| YUV | 128.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 110 | 0.47 | 0 | 0.29 | 0.39 | 142.19 | 0.31 | 0.47 |
| Hex | 53 | 9C | 6E | 2F | 0 | 1D | 27 | 8E | 1F | 2F |
| Octal | 123 | 234 | 156 | 57 | 0 | 35 | 47 | 216 | 37 | 57 |
| Binary | 1010011 | 10011100 | 1101110 | 101111 | 0 | 11101 | 100111 | 10001110 | 11111 | 101111 |
Color Harmonies of #539C6E
Complementary color
Monochromatic Colors of #539C6E
Black with #539C6E
Text Example
Text Example
White with #539C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C6E; }
p { color: rgb(83,156,110); }
H1.HeaderClassName
{
color: #539C6E;
}
.AnyTagClassName
{
color: #539C6E;
}
</style>
background-color css
<style>
a { background-color: #539C6E; }
a { background-color: rgb(83,156,110); }
div.DivClassName
{
background-color: #539C6E;
}
.BgClassName
{
background-color: #539C6E;
}
</style>
border-color css
<style>
span { border-color: #539C6E; }
span { border-color: rgb(83,156,110); }
td.TdClassName
{
border-color: #539C6E;
}
.TagClassName
{
border-color: #539C6E;
}
</style>