Shades of Ocean Green #4DA468
Tints of Ocean Green #4DA468
RGB
CMYK
RGB Variations
Color information
#4DA468 (or 0x4DA468) is known color: Ocean Green. HEX triplet: 4D, A4 and 68. RGB value is (77,164,104). Sum of RGB (Red+Green+Blue) = 77+164+104=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA468 is #B25B97. Grayscale: #838383. Windows color (decimal): -11688856 or 6857805. OLE color: 6857805.
HSL color Cylindrical-coordinate representation of color #4DA468: hue angle of 138.62º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA468 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 104 | - |
| CMYK | 0.53 | 0 | 0.37 | 0.36 |
| HSL | 138.62º | 0.36% | 0.47% | - |
| HSV(B) | 138.62º | 0.53% | 0.64% | - |
| XYZ | 18.83 | 29.13 | 17.73 | - |
| YUV | 131.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 104 | 0.53 | 0 | 0.37 | 0.36 | 138.62 | 0.36 | 0.47 |
| Hex | 4D | A4 | 68 | 35 | 0 | 25 | 24 | 8B | 24 | 2F |
| Octal | 115 | 244 | 150 | 65 | 0 | 45 | 44 | 213 | 44 | 57 |
| Binary | 1001101 | 10100100 | 1101000 | 110101 | 0 | 100101 | 100100 | 10001011 | 100100 | 101111 |
Color Harmonies of #4DA468
Complementary color
Monochromatic Colors of #4DA468
Black with #4DA468
Text Example
Text Example
White with #4DA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA468; }
p { color: rgb(77,164,104); }
H1.HeaderClassName
{
color: #4DA468;
}
.AnyTagClassName
{
color: #4DA468;
}
</style>
background-color css
<style>
a { background-color: #4DA468; }
a { background-color: rgb(77,164,104); }
div.DivClassName
{
background-color: #4DA468;
}
.BgClassName
{
background-color: #4DA468;
}
</style>
border-color css
<style>
span { border-color: #4DA468; }
span { border-color: rgb(77,164,104); }
td.TdClassName
{
border-color: #4DA468;
}
.TagClassName
{
border-color: #4DA468;
}
</style>