Shades of Ocean Green #4DA469
Tints of Ocean Green #4DA469
RGB
CMYK
RGB Variations
Color information
#4DA469 (or 0x4DA469) is known color: Ocean Green. HEX triplet: 4D, A4 and 69. RGB value is (77,164,105). Sum of RGB (Red+Green+Blue) = 77+164+105=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA469 is #B25B96. Grayscale: #838383. Windows color (decimal): -11688855 or 6923341. OLE color: 6923341.
HSL color Cylindrical-coordinate representation of color #4DA469: hue angle of 139.31º 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 #4DA469 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 105 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.36 |
| HSL | 139.31º | 0.36% | 0.47% | - |
| HSV(B) | 139.31º | 0.53% | 0.64% | - |
| XYZ | 18.89 | 29.15 | 18 | - |
| YUV | 131.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 105 | 0.53 | 0 | 0.36 | 0.36 | 139.31 | 0.36 | 0.47 |
| Hex | 4D | A4 | 69 | 35 | 0 | 24 | 24 | 8B | 24 | 2F |
| Octal | 115 | 244 | 151 | 65 | 0 | 44 | 44 | 213 | 44 | 57 |
| Binary | 1001101 | 10100100 | 1101001 | 110101 | 0 | 100100 | 100100 | 10001011 | 100100 | 101111 |
Color Harmonies of #4DA469
Complementary color
Monochromatic Colors of #4DA469
Black with #4DA469
Text Example
Text Example
White with #4DA469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA469; }
p { color: rgb(77,164,105); }
H1.HeaderClassName
{
color: #4DA469;
}
.AnyTagClassName
{
color: #4DA469;
}
</style>
background-color css
<style>
a { background-color: #4DA469; }
a { background-color: rgb(77,164,105); }
div.DivClassName
{
background-color: #4DA469;
}
.BgClassName
{
background-color: #4DA469;
}
</style>
border-color css
<style>
span { border-color: #4DA469; }
span { border-color: rgb(77,164,105); }
td.TdClassName
{
border-color: #4DA469;
}
.TagClassName
{
border-color: #4DA469;
}
</style>