Shades of Ocean Green #4D936D
Tints of Ocean Green #4D936D
RGB
CMYK
RGB Variations
Color information
#4D936D (or 0x4D936D) is known color: Ocean Green. HEX triplet: 4D, 93 and 6D. RGB value is (77,147,109). Sum of RGB (Red+Green+Blue) = 77+147+109=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #4D936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D936D is #B26C92. Grayscale: #797979. Windows color (decimal): -11693203 or 7181133. OLE color: 7181133.
HSL color Cylindrical-coordinate representation of color #4D936D: hue angle of 147.43º 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 #4D936D is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 109 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.42 |
| HSL | 147.43º | 0.31% | 0.44% | - |
| HSV(B) | 147.43º | 0.48% | 0.58% | - |
| XYZ | 16.25 | 23.55 | 18.16 | - |
| YUV | 121.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 109 | 0.48 | 0 | 0.26 | 0.42 | 147.43 | 0.31 | 0.44 |
| Hex | 4D | 93 | 6D | 30 | 0 | 1A | 2A | 93 | 1F | 2C |
| Octal | 115 | 223 | 155 | 60 | 0 | 32 | 52 | 223 | 37 | 54 |
| Binary | 1001101 | 10010011 | 1101101 | 110000 | 0 | 11010 | 101010 | 10010011 | 11111 | 101100 |
Color Harmonies of #4D936D
Complementary color
Monochromatic Colors of #4D936D
Black with #4D936D
Text Example
Text Example
White with #4D936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D936D; }
p { color: rgb(77,147,109); }
H1.HeaderClassName
{
color: #4D936D;
}
.AnyTagClassName
{
color: #4D936D;
}
</style>
background-color css
<style>
a { background-color: #4D936D; }
a { background-color: rgb(77,147,109); }
div.DivClassName
{
background-color: #4D936D;
}
.BgClassName
{
background-color: #4D936D;
}
</style>
border-color css
<style>
span { border-color: #4D936D; }
span { border-color: rgb(77,147,109); }
td.TdClassName
{
border-color: #4D936D;
}
.TagClassName
{
border-color: #4D936D;
}
</style>