Shades of Ocean Green #4D9569
Tints of Ocean Green #4D9569
RGB
CMYK
RGB Variations
Color information
#4D9569 (or 0x4D9569) is known color: Ocean Green. HEX triplet: 4D, 95 and 69. RGB value is (77,149,105). Sum of RGB (Red+Green+Blue) = 77+149+105=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #4D9569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9569 is #B26A96. Grayscale: #7A7A7A. Windows color (decimal): -11692695 or 6919501. OLE color: 6919501.
HSL color Cylindrical-coordinate representation of color #4D9569: hue angle of 143.33º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9569 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 105 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.42 |
| HSL | 143.33º | 0.32% | 0.44% | - |
| HSV(B) | 143.33º | 0.48% | 0.58% | - |
| XYZ | 16.36 | 24.09 | 17.15 | - |
| YUV | 122.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 105 | 0.48 | 0 | 0.30 | 0.42 | 143.33 | 0.32 | 0.44 |
| Hex | 4D | 95 | 69 | 30 | 0 | 1E | 2A | 8F | 20 | 2C |
| Octal | 115 | 225 | 151 | 60 | 0 | 36 | 52 | 217 | 40 | 54 |
| Binary | 1001101 | 10010101 | 1101001 | 110000 | 0 | 11110 | 101010 | 10001111 | 100000 | 101100 |
Color Harmonies of #4D9569
Complementary color
Monochromatic Colors of #4D9569
Black with #4D9569
Text Example
Text Example
White with #4D9569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9569; }
p { color: rgb(77,149,105); }
H1.HeaderClassName
{
color: #4D9569;
}
.AnyTagClassName
{
color: #4D9569;
}
</style>
background-color css
<style>
a { background-color: #4D9569; }
a { background-color: rgb(77,149,105); }
div.DivClassName
{
background-color: #4D9569;
}
.BgClassName
{
background-color: #4D9569;
}
</style>
border-color css
<style>
span { border-color: #4D9569; }
span { border-color: rgb(77,149,105); }
td.TdClassName
{
border-color: #4D9569;
}
.TagClassName
{
border-color: #4D9569;
}
</style>