Shades of Ocean Green #4DAD65
Tints of Ocean Green #4DAD65
RGB
CMYK
RGB Variations
Color information
#4DAD65 (or 0x4DAD65) is known color: Ocean Green. HEX triplet: 4D, AD and 65. RGB value is (77,173,101). Sum of RGB (Red+Green+Blue) = 77+173+101=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD65 is #B2529A. Grayscale: #888888. Windows color (decimal): -11686555 or 6663501. OLE color: 6663501.
HSL color Cylindrical-coordinate representation of color #4DAD65: hue angle of 135º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD65 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 101 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.32 |
| HSL | 135º | 0.38% | 0.49% | - |
| HSV(B) | 135º | 0.55% | 0.68% | - |
| XYZ | 20.35 | 32.4 | 17.49 | - |
| YUV | 136.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 101 | 0.55 | 0 | 0.42 | 0.32 | 135 | 0.38 | 0.49 |
| Hex | 4D | AD | 65 | 37 | 0 | 2A | 20 | 87 | 26 | 31 |
| Octal | 115 | 255 | 145 | 67 | 0 | 52 | 40 | 207 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1100101 | 110111 | 0 | 101010 | 100000 | 10000111 | 100110 | 110001 |
Color Harmonies of #4DAD65
Complementary color
Monochromatic Colors of #4DAD65
Black with #4DAD65
Text Example
Text Example
White with #4DAD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD65; }
p { color: rgb(77,173,101); }
H1.HeaderClassName
{
color: #4DAD65;
}
.AnyTagClassName
{
color: #4DAD65;
}
</style>
background-color css
<style>
a { background-color: #4DAD65; }
a { background-color: rgb(77,173,101); }
div.DivClassName
{
background-color: #4DAD65;
}
.BgClassName
{
background-color: #4DAD65;
}
</style>
border-color css
<style>
span { border-color: #4DAD65; }
span { border-color: rgb(77,173,101); }
td.TdClassName
{
border-color: #4DAD65;
}
.TagClassName
{
border-color: #4DAD65;
}
</style>