Shades of Ocean Green #4C936D
Tints of Ocean Green #4C936D
RGB
CMYK
RGB Variations
Color information
#4C936D (or 0x4C936D) is known color: Ocean Green. HEX triplet: 4C, 93 and 6D. RGB value is (76,147,109). Sum of RGB (Red+Green+Blue) = 76+147+109=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #4C936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C936D is #B36C92. Grayscale: #797979. Windows color (decimal): -11758739 or 7181132. OLE color: 7181132.
HSL color Cylindrical-coordinate representation of color #4C936D: hue angle of 147.89º 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 #4C936D is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 147 | 109 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.42 |
| HSL | 147.89º | 0.32% | 0.44% | - |
| HSV(B) | 147.89º | 0.48% | 0.58% | - |
| XYZ | 16.17 | 23.51 | 18.15 | - |
| YUV | 121.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 147 | 109 | 0.48 | 0 | 0.26 | 0.42 | 147.89 | 0.32 | 0.44 |
| Hex | 4C | 93 | 6D | 30 | 0 | 1A | 2A | 94 | 20 | 2C |
| Octal | 114 | 223 | 155 | 60 | 0 | 32 | 52 | 224 | 40 | 54 |
| Binary | 1001100 | 10010011 | 1101101 | 110000 | 0 | 11010 | 101010 | 10010100 | 100000 | 101100 |
Color Harmonies of #4C936D
Complementary color
Monochromatic Colors of #4C936D
Black with #4C936D
Text Example
Text Example
White with #4C936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C936D; }
p { color: rgb(76,147,109); }
H1.HeaderClassName
{
color: #4C936D;
}
.AnyTagClassName
{
color: #4C936D;
}
</style>
background-color css
<style>
a { background-color: #4C936D; }
a { background-color: rgb(76,147,109); }
div.DivClassName
{
background-color: #4C936D;
}
.BgClassName
{
background-color: #4C936D;
}
</style>
border-color css
<style>
span { border-color: #4C936D; }
span { border-color: rgb(76,147,109); }
td.TdClassName
{
border-color: #4C936D;
}
.TagClassName
{
border-color: #4C936D;
}
</style>