Shades of Ocean Green #4DB064
Tints of Ocean Green #4DB064
RGB
CMYK
RGB Variations
Color information
#4DB064 (or 0x4DB064) is known color: Ocean Green. HEX triplet: 4D, B0 and 64. RGB value is (77,176,100). Sum of RGB (Red+Green+Blue) = 77+176+100=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB064 is #B24F9B. Grayscale: #898989. Windows color (decimal): -11685788 or 6598733. OLE color: 6598733.
HSL color Cylindrical-coordinate representation of color #4DB064: hue angle of 133.94º 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 #4DB064 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 100 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.31 |
| HSL | 133.94º | 0.39% | 0.5% | - |
| HSV(B) | 133.94º | 0.56% | 0.69% | - |
| XYZ | 20.89 | 33.55 | 17.43 | - |
| YUV | 137.74 | 106.7 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 100 | 0.56 | 0 | 0.43 | 0.31 | 133.94 | 0.39 | 0.5 |
| Hex | 4D | B0 | 64 | 38 | 0 | 2B | 1F | 86 | 27 | 32 |
| Octal | 115 | 260 | 144 | 70 | 0 | 53 | 37 | 206 | 47 | 62 |
| Binary | 1001101 | 10110000 | 1100100 | 111000 | 0 | 101011 | 11111 | 10000110 | 100111 | 110010 |
Color Harmonies of #4DB064
Complementary color
Monochromatic Colors of #4DB064
Black with #4DB064
Text Example
Text Example
White with #4DB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB064; }
p { color: rgb(77,176,100); }
H1.HeaderClassName
{
color: #4DB064;
}
.AnyTagClassName
{
color: #4DB064;
}
</style>
background-color css
<style>
a { background-color: #4DB064; }
a { background-color: rgb(77,176,100); }
div.DivClassName
{
background-color: #4DB064;
}
.BgClassName
{
background-color: #4DB064;
}
</style>
border-color css
<style>
span { border-color: #4DB064; }
span { border-color: rgb(77,176,100); }
td.TdClassName
{
border-color: #4DB064;
}
.TagClassName
{
border-color: #4DB064;
}
</style>