Shades of Ocean Green #4D936F
Tints of Ocean Green #4D936F
RGB
CMYK
RGB Variations
Color information
#4D936F (or 0x4D936F) is known color: Ocean Green. HEX triplet: 4D, 93 and 6F. RGB value is (77,147,111). Sum of RGB (Red+Green+Blue) = 77+147+111=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #4D936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D936F is #B26C90. Grayscale: #7A7A7A. Windows color (decimal): -11693201 or 7312205. OLE color: 7312205.
HSL color Cylindrical-coordinate representation of color #4D936F: hue angle of 149.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D936F is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 111 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.42 |
| HSL | 149.14º | 0.31% | 0.44% | - |
| HSV(B) | 149.14º | 0.48% | 0.58% | - |
| XYZ | 16.36 | 23.59 | 18.73 | - |
| YUV | 121.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 111 | 0.48 | 0 | 0.24 | 0.42 | 149.14 | 0.31 | 0.44 |
| Hex | 4D | 93 | 6F | 30 | 0 | 18 | 2A | 95 | 1F | 2C |
| Octal | 115 | 223 | 157 | 60 | 0 | 30 | 52 | 225 | 37 | 54 |
| Binary | 1001101 | 10010011 | 1101111 | 110000 | 0 | 11000 | 101010 | 10010101 | 11111 | 101100 |
Color Harmonies of #4D936F
Complementary color
Monochromatic Colors of #4D936F
Black with #4D936F
Text Example
Text Example
White with #4D936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D936F; }
p { color: rgb(77,147,111); }
H1.HeaderClassName
{
color: #4D936F;
}
.AnyTagClassName
{
color: #4D936F;
}
</style>
background-color css
<style>
a { background-color: #4D936F; }
a { background-color: rgb(77,147,111); }
div.DivClassName
{
background-color: #4D936F;
}
.BgClassName
{
background-color: #4D936F;
}
</style>
border-color css
<style>
span { border-color: #4D936F; }
span { border-color: rgb(77,147,111); }
td.TdClassName
{
border-color: #4D936F;
}
.TagClassName
{
border-color: #4D936F;
}
</style>