Shades of Ocean Green #4E936B
Tints of Ocean Green #4E936B
RGB
CMYK
RGB Variations
Color information
#4E936B (or 0x4E936B) is known color: Ocean Green. HEX triplet: 4E, 93 and 6B. RGB value is (78,147,107). Sum of RGB (Red+Green+Blue) = 78+147+107=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #4E936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E936B is #B16C94. Grayscale: #797979. Windows color (decimal): -11627669 or 7050062. OLE color: 7050062.
HSL color Cylindrical-coordinate representation of color #4E936B: hue angle of 145.22º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E936B is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 107 | - |
| CMYK | 0.47 | 0 | 0.27 | 0.42 |
| HSL | 145.22º | 0.31% | 0.44% | - |
| HSV(B) | 145.22º | 0.47% | 0.58% | - |
| XYZ | 16.23 | 23.55 | 17.6 | - |
| YUV | 121.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 107 | 0.47 | 0 | 0.27 | 0.42 | 145.22 | 0.31 | 0.44 |
| Hex | 4E | 93 | 6B | 2F | 0 | 1B | 2A | 91 | 1F | 2C |
| Octal | 116 | 223 | 153 | 57 | 0 | 33 | 52 | 221 | 37 | 54 |
| Binary | 1001110 | 10010011 | 1101011 | 101111 | 0 | 11011 | 101010 | 10010001 | 11111 | 101100 |
Color Harmonies of #4E936B
Complementary color
Monochromatic Colors of #4E936B
Black with #4E936B
Text Example
Text Example
White with #4E936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E936B; }
p { color: rgb(78,147,107); }
H1.HeaderClassName
{
color: #4E936B;
}
.AnyTagClassName
{
color: #4E936B;
}
</style>
background-color css
<style>
a { background-color: #4E936B; }
a { background-color: rgb(78,147,107); }
div.DivClassName
{
background-color: #4E936B;
}
.BgClassName
{
background-color: #4E936B;
}
</style>
border-color css
<style>
span { border-color: #4E936B; }
span { border-color: rgb(78,147,107); }
td.TdClassName
{
border-color: #4E936B;
}
.TagClassName
{
border-color: #4E936B;
}
</style>