Shades of Ocean Green #4DB06D
Tints of Ocean Green #4DB06D
RGB
CMYK
RGB Variations
Color information
#4DB06D (or 0x4DB06D) is known color: Ocean Green. HEX triplet: 4D, B0 and 6D. RGB value is (77,176,109). Sum of RGB (Red+Green+Blue) = 77+176+109=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB06D is #B24F92. Grayscale: #8A8A8A. Windows color (decimal): -11685779 or 7188557. OLE color: 7188557.
HSL color Cylindrical-coordinate representation of color #4DB06D: hue angle of 139.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB06D is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 109 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.31 |
| HSL | 139.39º | 0.39% | 0.5% | - |
| HSV(B) | 139.39º | 0.56% | 0.69% | - |
| XYZ | 21.35 | 33.73 | 19.85 | - |
| YUV | 138.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 109 | 0.56 | 0 | 0.38 | 0.31 | 139.39 | 0.39 | 0.5 |
| Hex | 4D | B0 | 6D | 38 | 0 | 26 | 1F | 8B | 27 | 32 |
| Octal | 115 | 260 | 155 | 70 | 0 | 46 | 37 | 213 | 47 | 62 |
| Binary | 1001101 | 10110000 | 1101101 | 111000 | 0 | 100110 | 11111 | 10001011 | 100111 | 110010 |
Color Harmonies of #4DB06D
Complementary color
Monochromatic Colors of #4DB06D
Black with #4DB06D
Text Example
Text Example
White with #4DB06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB06D; }
p { color: rgb(77,176,109); }
H1.HeaderClassName
{
color: #4DB06D;
}
.AnyTagClassName
{
color: #4DB06D;
}
</style>
background-color css
<style>
a { background-color: #4DB06D; }
a { background-color: rgb(77,176,109); }
div.DivClassName
{
background-color: #4DB06D;
}
.BgClassName
{
background-color: #4DB06D;
}
</style>
border-color css
<style>
span { border-color: #4DB06D; }
span { border-color: rgb(77,176,109); }
td.TdClassName
{
border-color: #4DB06D;
}
.TagClassName
{
border-color: #4DB06D;
}
</style>