Shades of Ocean Green #4DB469
Tints of Ocean Green #4DB469
RGB
CMYK
RGB Variations
Color information
#4DB469 (or 0x4DB469) is known color: Ocean Green. HEX triplet: 4D, B4 and 69. RGB value is (77,180,105). Sum of RGB (Red+Green+Blue) = 77+180+105=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB469 is #B24B96. Grayscale: #8C8C8C. Windows color (decimal): -11684759 or 6927437. OLE color: 6927437.
HSL color Cylindrical-coordinate representation of color #4DB469: hue angle of 136.31º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB469 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 105 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.29 |
| HSL | 136.31º | 0.41% | 0.5% | - |
| HSV(B) | 136.31º | 0.57% | 0.71% | - |
| XYZ | 21.93 | 35.24 | 19.01 | - |
| YUV | 140.65 | 107.88 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 105 | 0.57 | 0 | 0.42 | 0.29 | 136.31 | 0.41 | 0.5 |
| Hex | 4D | B4 | 69 | 39 | 0 | 2A | 1D | 88 | 29 | 32 |
| Octal | 115 | 264 | 151 | 71 | 0 | 52 | 35 | 210 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1101001 | 111001 | 0 | 101010 | 11101 | 10001000 | 101001 | 110010 |
Color Harmonies of #4DB469
Complementary color
Monochromatic Colors of #4DB469
Black with #4DB469
Text Example
Text Example
White with #4DB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB469; }
p { color: rgb(77,180,105); }
H1.HeaderClassName
{
color: #4DB469;
}
.AnyTagClassName
{
color: #4DB469;
}
</style>
background-color css
<style>
a { background-color: #4DB469; }
a { background-color: rgb(77,180,105); }
div.DivClassName
{
background-color: #4DB469;
}
.BgClassName
{
background-color: #4DB469;
}
</style>
border-color css
<style>
span { border-color: #4DB469; }
span { border-color: rgb(77,180,105); }
td.TdClassName
{
border-color: #4DB469;
}
.TagClassName
{
border-color: #4DB469;
}
</style>