Shades of Ocean Green #4C936F
Tints of Ocean Green #4C936F
RGB
CMYK
RGB Variations
Color information
#4C936F (or 0x4C936F) is known color: Ocean Green. HEX triplet: 4C, 93 and 6F. RGB value is (76,147,111). Sum of RGB (Red+Green+Blue) = 76+147+111=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #4C936F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C936F is #B36C90. Grayscale: #797979. Windows color (decimal): -11758737 or 7312204. OLE color: 7312204.
HSL color Cylindrical-coordinate representation of color #4C936F: hue angle of 149.58º degrees, saturation: 0.32, 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 #4C936F is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 147 | 111 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.42 |
| HSL | 149.58º | 0.32% | 0.44% | - |
| HSV(B) | 149.58º | 0.48% | 0.58% | - |
| XYZ | 16.28 | 23.55 | 18.73 | - |
| YUV | 121.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 147 | 111 | 0.48 | 0 | 0.24 | 0.42 | 149.58 | 0.32 | 0.44 |
| Hex | 4C | 93 | 6F | 30 | 0 | 18 | 2A | 96 | 20 | 2C |
| Octal | 114 | 223 | 157 | 60 | 0 | 30 | 52 | 226 | 40 | 54 |
| Binary | 1001100 | 10010011 | 1101111 | 110000 | 0 | 11000 | 101010 | 10010110 | 100000 | 101100 |
Color Harmonies of #4C936F
Complementary color
Monochromatic Colors of #4C936F
Black with #4C936F
Text Example
Text Example
White with #4C936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C936F; }
p { color: rgb(76,147,111); }
H1.HeaderClassName
{
color: #4C936F;
}
.AnyTagClassName
{
color: #4C936F;
}
</style>
background-color css
<style>
a { background-color: #4C936F; }
a { background-color: rgb(76,147,111); }
div.DivClassName
{
background-color: #4C936F;
}
.BgClassName
{
background-color: #4C936F;
}
</style>
border-color css
<style>
span { border-color: #4C936F; }
span { border-color: rgb(76,147,111); }
td.TdClassName
{
border-color: #4C936F;
}
.TagClassName
{
border-color: #4C936F;
}
</style>