Shades of Ocean Green #4DB26A
Tints of Ocean Green #4DB26A
RGB
CMYK
RGB Variations
Color information
#4DB26A (or 0x4DB26A) is known color: Ocean Green. HEX triplet: 4D, B2 and 6A. RGB value is (77,178,106). Sum of RGB (Red+Green+Blue) = 77+178+106=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB26A is #B24D95. Grayscale: #8B8B8B. Windows color (decimal): -11685270 or 6992461. OLE color: 6992461.
HSL color Cylindrical-coordinate representation of color #4DB26A: hue angle of 137.23º 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 #4DB26A is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 106 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.30 |
| HSL | 137.23º | 0.4% | 0.5% | - |
| HSV(B) | 137.23º | 0.57% | 0.7% | - |
| XYZ | 21.58 | 34.46 | 19.15 | - |
| YUV | 139.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 106 | 0.57 | 0 | 0.40 | 0.30 | 137.23 | 0.4 | 0.5 |
| Hex | 4D | B2 | 6A | 39 | 0 | 28 | 1E | 89 | 28 | 32 |
| Octal | 115 | 262 | 152 | 71 | 0 | 50 | 36 | 211 | 50 | 62 |
| Binary | 1001101 | 10110010 | 1101010 | 111001 | 0 | 101000 | 11110 | 10001001 | 101000 | 110010 |
Color Harmonies of #4DB26A
Complementary color
Monochromatic Colors of #4DB26A
Black with #4DB26A
Text Example
Text Example
White with #4DB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB26A; }
p { color: rgb(77,178,106); }
H1.HeaderClassName
{
color: #4DB26A;
}
.AnyTagClassName
{
color: #4DB26A;
}
</style>
background-color css
<style>
a { background-color: #4DB26A; }
a { background-color: rgb(77,178,106); }
div.DivClassName
{
background-color: #4DB26A;
}
.BgClassName
{
background-color: #4DB26A;
}
</style>
border-color css
<style>
span { border-color: #4DB26A; }
span { border-color: rgb(77,178,106); }
td.TdClassName
{
border-color: #4DB26A;
}
.TagClassName
{
border-color: #4DB26A;
}
</style>