Shades of Ocean Green #4DB369
Tints of Ocean Green #4DB369
RGB
CMYK
RGB Variations
Color information
#4DB369 (or 0x4DB369) is known color: Ocean Green. HEX triplet: 4D, B3 and 69. RGB value is (77,179,105). Sum of RGB (Red+Green+Blue) = 77+179+105=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB369 is #B24C96. Grayscale: #8C8C8C. Windows color (decimal): -11685015 or 6927181. OLE color: 6927181.
HSL color Cylindrical-coordinate representation of color #4DB369: hue angle of 136.47º 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 #4DB369 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 105 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.30 |
| HSL | 136.47º | 0.4% | 0.5% | - |
| HSV(B) | 136.47º | 0.57% | 0.7% | - |
| XYZ | 21.73 | 34.84 | 18.94 | - |
| YUV | 140.07 | 108.21 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 105 | 0.57 | 0 | 0.41 | 0.30 | 136.47 | 0.4 | 0.5 |
| Hex | 4D | B3 | 69 | 39 | 0 | 29 | 1E | 88 | 28 | 32 |
| Octal | 115 | 263 | 151 | 71 | 0 | 51 | 36 | 210 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1101001 | 111001 | 0 | 101001 | 11110 | 10001000 | 101000 | 110010 |
Color Harmonies of #4DB369
Complementary color
Monochromatic Colors of #4DB369
Black with #4DB369
Text Example
Text Example
White with #4DB369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB369; }
p { color: rgb(77,179,105); }
H1.HeaderClassName
{
color: #4DB369;
}
.AnyTagClassName
{
color: #4DB369;
}
</style>
background-color css
<style>
a { background-color: #4DB369; }
a { background-color: rgb(77,179,105); }
div.DivClassName
{
background-color: #4DB369;
}
.BgClassName
{
background-color: #4DB369;
}
</style>
border-color css
<style>
span { border-color: #4DB369; }
span { border-color: rgb(77,179,105); }
td.TdClassName
{
border-color: #4DB369;
}
.TagClassName
{
border-color: #4DB369;
}
</style>