Shades of Ocean Green #53936D
Tints of Ocean Green #53936D
RGB
CMYK
RGB Variations
Color information
#53936D (or 0x53936D) is known color: Ocean Green. HEX triplet: 53, 93 and 6D. RGB value is (83,147,109). Sum of RGB (Red+Green+Blue) = 83+147+109=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #53936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53936D is #AC6C92. Grayscale: #7B7B7B. Windows color (decimal): -11299987 or 7181139. OLE color: 7181139.
HSL color Cylindrical-coordinate representation of color #53936D: hue angle of 144.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53936D is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 147 | 109 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.42 |
| HSL | 144.38º | 0.28% | 0.45% | - |
| HSV(B) | 144.38º | 0.44% | 0.58% | - |
| XYZ | 16.76 | 23.81 | 18.18 | - |
| YUV | 123.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 147 | 109 | 0.44 | 0 | 0.26 | 0.42 | 144.38 | 0.28 | 0.45 |
| Hex | 53 | 93 | 6D | 2C | 0 | 1A | 2A | 90 | 1C | 2D |
| Octal | 123 | 223 | 155 | 54 | 0 | 32 | 52 | 220 | 34 | 55 |
| Binary | 1010011 | 10010011 | 1101101 | 101100 | 0 | 11010 | 101010 | 10010000 | 11100 | 101101 |
Color Harmonies of #53936D
Complementary color
Monochromatic Colors of #53936D
Black with #53936D
Text Example
Text Example
White with #53936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53936D; }
p { color: rgb(83,147,109); }
H1.HeaderClassName
{
color: #53936D;
}
.AnyTagClassName
{
color: #53936D;
}
</style>
background-color css
<style>
a { background-color: #53936D; }
a { background-color: rgb(83,147,109); }
div.DivClassName
{
background-color: #53936D;
}
.BgClassName
{
background-color: #53936D;
}
</style>
border-color css
<style>
span { border-color: #53936D; }
span { border-color: rgb(83,147,109); }
td.TdClassName
{
border-color: #53936D;
}
.TagClassName
{
border-color: #53936D;
}
</style>