Shades of Ocean Green #4DB36B
Tints of Ocean Green #4DB36B
RGB
CMYK
RGB Variations
Color information
#4DB36B (or 0x4DB36B) is known color: Ocean Green. HEX triplet: 4D, B3 and 6B. RGB value is (77,179,107). Sum of RGB (Red+Green+Blue) = 77+179+107=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB36B is #B24C94. Grayscale: #8C8C8C. Windows color (decimal): -11685013 or 7058253. OLE color: 7058253.
HSL color Cylindrical-coordinate representation of color #4DB36B: hue angle of 137.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB36B is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 107 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.30 |
| HSL | 137.65º | 0.4% | 0.5% | - |
| HSV(B) | 137.65º | 0.57% | 0.7% | - |
| XYZ | 21.83 | 34.88 | 19.49 | - |
| YUV | 140.29 | 109.21 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 107 | 0.57 | 0 | 0.40 | 0.30 | 137.65 | 0.4 | 0.5 |
| Hex | 4D | B3 | 6B | 39 | 0 | 28 | 1E | 8A | 28 | 32 |
| Octal | 115 | 263 | 153 | 71 | 0 | 50 | 36 | 212 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1101011 | 111001 | 0 | 101000 | 11110 | 10001010 | 101000 | 110010 |
Color Harmonies of #4DB36B
Complementary color
Monochromatic Colors of #4DB36B
Black with #4DB36B
Text Example
Text Example
White with #4DB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB36B; }
p { color: rgb(77,179,107); }
H1.HeaderClassName
{
color: #4DB36B;
}
.AnyTagClassName
{
color: #4DB36B;
}
</style>
background-color css
<style>
a { background-color: #4DB36B; }
a { background-color: rgb(77,179,107); }
div.DivClassName
{
background-color: #4DB36B;
}
.BgClassName
{
background-color: #4DB36B;
}
</style>
border-color css
<style>
span { border-color: #4DB36B; }
span { border-color: rgb(77,179,107); }
td.TdClassName
{
border-color: #4DB36B;
}
.TagClassName
{
border-color: #4DB36B;
}
</style>