Shades of Ocean Green #4DA26F
Tints of Ocean Green #4DA26F
RGB
CMYK
RGB Variations
Color information
#4DA26F (or 0x4DA26F) is known color: Ocean Green. HEX triplet: 4D, A2 and 6F. RGB value is (77,162,111). Sum of RGB (Red+Green+Blue) = 77+162+111=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA26F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA26F is #B25D90. Grayscale: #828282. Windows color (decimal): -11689361 or 7316045. OLE color: 7316045.
HSL color Cylindrical-coordinate representation of color #4DA26F: hue angle of 144º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA26F is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 162 | 111 | - |
| CMYK | 0.52 | 0 | 0.31 | 0.36 |
| HSL | 144º | 0.36% | 0.47% | - |
| HSV(B) | 144º | 0.52% | 0.64% | - |
| XYZ | 18.85 | 28.57 | 19.56 | - |
| YUV | 130.77 | 116.84 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 111 | 0.52 | 0 | 0.31 | 0.36 | 144 | 0.36 | 0.47 |
| Hex | 4D | A2 | 6F | 34 | 0 | 1F | 24 | 90 | 24 | 2F |
| Octal | 115 | 242 | 157 | 64 | 0 | 37 | 44 | 220 | 44 | 57 |
| Binary | 1001101 | 10100010 | 1101111 | 110100 | 0 | 11111 | 100100 | 10010000 | 100100 | 101111 |
Color Harmonies of #4DA26F
Complementary color
Monochromatic Colors of #4DA26F
Black with #4DA26F
Text Example
Text Example
White with #4DA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA26F; }
p { color: rgb(77,162,111); }
H1.HeaderClassName
{
color: #4DA26F;
}
.AnyTagClassName
{
color: #4DA26F;
}
</style>
background-color css
<style>
a { background-color: #4DA26F; }
a { background-color: rgb(77,162,111); }
div.DivClassName
{
background-color: #4DA26F;
}
.BgClassName
{
background-color: #4DA26F;
}
</style>
border-color css
<style>
span { border-color: #4DA26F; }
span { border-color: rgb(77,162,111); }
td.TdClassName
{
border-color: #4DA26F;
}
.TagClassName
{
border-color: #4DA26F;
}
</style>