Shades of Ocean Green #4D936C
Tints of Ocean Green #4D936C
RGB
CMYK
RGB Variations
Color information
#4D936C (or 0x4D936C) is known color: Ocean Green. HEX triplet: 4D, 93 and 6C. RGB value is (77,147,108). Sum of RGB (Red+Green+Blue) = 77+147+108=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #4D936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D936C is #B26C93. Grayscale: #797979. Windows color (decimal): -11693204 or 7115597. OLE color: 7115597.
HSL color Cylindrical-coordinate representation of color #4D936C: hue angle of 146.57º 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 #4D936C is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 108 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.42 |
| HSL | 146.57º | 0.31% | 0.44% | - |
| HSV(B) | 146.57º | 0.48% | 0.58% | - |
| XYZ | 16.2 | 23.53 | 17.87 | - |
| YUV | 121.62 | 120.31 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 108 | 0.48 | 0 | 0.27 | 0.42 | 146.57 | 0.31 | 0.44 |
| Hex | 4D | 93 | 6C | 30 | 0 | 1B | 2A | 93 | 1F | 2C |
| Octal | 115 | 223 | 154 | 60 | 0 | 33 | 52 | 223 | 37 | 54 |
| Binary | 1001101 | 10010011 | 1101100 | 110000 | 0 | 11011 | 101010 | 10010011 | 11111 | 101100 |
Color Harmonies of #4D936C
Complementary color
Monochromatic Colors of #4D936C
Black with #4D936C
Text Example
Text Example
White with #4D936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D936C; }
p { color: rgb(77,147,108); }
H1.HeaderClassName
{
color: #4D936C;
}
.AnyTagClassName
{
color: #4D936C;
}
</style>
background-color css
<style>
a { background-color: #4D936C; }
a { background-color: rgb(77,147,108); }
div.DivClassName
{
background-color: #4D936C;
}
.BgClassName
{
background-color: #4D936C;
}
</style>
border-color css
<style>
span { border-color: #4D936C; }
span { border-color: rgb(77,147,108); }
td.TdClassName
{
border-color: #4D936C;
}
.TagClassName
{
border-color: #4D936C;
}
</style>