Shades of Ocean Green #4DAC6C
Tints of Ocean Green #4DAC6C
RGB
CMYK
RGB Variations
Color information
#4DAC6C (or 0x4DAC6C) is known color: Ocean Green. HEX triplet: 4D, AC and 6C. RGB value is (77,172,108). Sum of RGB (Red+Green+Blue) = 77+172+108=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC6C is #B25393. Grayscale: #888888. Windows color (decimal): -11686804 or 7121997. OLE color: 7121997.
HSL color Cylindrical-coordinate representation of color #4DAC6C: hue angle of 139.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC6C is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 108 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.33 |
| HSL | 139.58º | 0.38% | 0.49% | - |
| HSV(B) | 139.58º | 0.55% | 0.67% | - |
| XYZ | 20.52 | 32.17 | 19.31 | - |
| YUV | 136.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 108 | 0.55 | 0 | 0.37 | 0.33 | 139.58 | 0.38 | 0.49 |
| Hex | 4D | AC | 6C | 37 | 0 | 25 | 21 | 8C | 26 | 31 |
| Octal | 115 | 254 | 154 | 67 | 0 | 45 | 41 | 214 | 46 | 61 |
| Binary | 1001101 | 10101100 | 1101100 | 110111 | 0 | 100101 | 100001 | 10001100 | 100110 | 110001 |
Color Harmonies of #4DAC6C
Complementary color
Monochromatic Colors of #4DAC6C
Black with #4DAC6C
Text Example
Text Example
White with #4DAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC6C; }
p { color: rgb(77,172,108); }
H1.HeaderClassName
{
color: #4DAC6C;
}
.AnyTagClassName
{
color: #4DAC6C;
}
</style>
background-color css
<style>
a { background-color: #4DAC6C; }
a { background-color: rgb(77,172,108); }
div.DivClassName
{
background-color: #4DAC6C;
}
.BgClassName
{
background-color: #4DAC6C;
}
</style>
border-color css
<style>
span { border-color: #4DAC6C; }
span { border-color: rgb(77,172,108); }
td.TdClassName
{
border-color: #4DAC6C;
}
.TagClassName
{
border-color: #4DAC6C;
}
</style>