Shades of Ocean Green #4D936B
Tints of Ocean Green #4D936B
RGB
CMYK
RGB Variations
Color information
#4D936B (or 0x4D936B) is known color: Ocean Green. HEX triplet: 4D, 93 and 6B. RGB value is (77,147,107). Sum of RGB (Red+Green+Blue) = 77+147+107=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #4D936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D936B is #B26C94. Grayscale: #797979. Windows color (decimal): -11693205 or 7050061. OLE color: 7050061.
HSL color Cylindrical-coordinate representation of color #4D936B: hue angle of 145.71º 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 #4D936B is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 147 | 107 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.42 |
| HSL | 145.71º | 0.31% | 0.44% | - |
| HSV(B) | 145.71º | 0.48% | 0.58% | - |
| XYZ | 16.15 | 23.51 | 17.6 | - |
| YUV | 121.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 147 | 107 | 0.48 | 0 | 0.27 | 0.42 | 145.71 | 0.31 | 0.44 |
| Hex | 4D | 93 | 6B | 30 | 0 | 1B | 2A | 92 | 1F | 2C |
| Octal | 115 | 223 | 153 | 60 | 0 | 33 | 52 | 222 | 37 | 54 |
| Binary | 1001101 | 10010011 | 1101011 | 110000 | 0 | 11011 | 101010 | 10010010 | 11111 | 101100 |
Color Harmonies of #4D936B
Complementary color
Monochromatic Colors of #4D936B
Black with #4D936B
Text Example
Text Example
White with #4D936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D936B; }
p { color: rgb(77,147,107); }
H1.HeaderClassName
{
color: #4D936B;
}
.AnyTagClassName
{
color: #4D936B;
}
</style>
background-color css
<style>
a { background-color: #4D936B; }
a { background-color: rgb(77,147,107); }
div.DivClassName
{
background-color: #4D936B;
}
.BgClassName
{
background-color: #4D936B;
}
</style>
border-color css
<style>
span { border-color: #4D936B; }
span { border-color: rgb(77,147,107); }
td.TdClassName
{
border-color: #4D936B;
}
.TagClassName
{
border-color: #4D936B;
}
</style>