Shades of Ocean Green #4DA481
Tints of Ocean Green #4DA481
RGB
CMYK
RGB Variations
Color information
#4DA481 (or 0x4DA481) is known color: Ocean Green. HEX triplet: 4D, A4 and 81. RGB value is (77,164,129). Sum of RGB (Red+Green+Blue) = 77+164+129=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA481 is #B25B7E. Grayscale: #868686. Windows color (decimal): -11688831 or 8496205. OLE color: 8496205.
HSL color Cylindrical-coordinate representation of color #4DA481: hue angle of 155.86º 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 #4DA481 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 129 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.36 |
| HSL | 155.86º | 0.36% | 0.47% | - |
| HSV(B) | 155.86º | 0.53% | 0.64% | - |
| XYZ | 20.3 | 29.71 | 25.43 | - |
| YUV | 134 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 129 | 0.53 | 0 | 0.21 | 0.36 | 155.86 | 0.36 | 0.47 |
| Hex | 4D | A4 | 81 | 35 | 0 | 15 | 24 | 9C | 24 | 2F |
| Octal | 115 | 244 | 201 | 65 | 0 | 25 | 44 | 234 | 44 | 57 |
| Binary | 1001101 | 10100100 | 10000001 | 110101 | 0 | 10101 | 100100 | 10011100 | 100100 | 101111 |
Color Harmonies of #4DA481
Complementary color
Monochromatic Colors of #4DA481
Black with #4DA481
Text Example
Text Example
White with #4DA481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA481; }
p { color: rgb(77,164,129); }
H1.HeaderClassName
{
color: #4DA481;
}
.AnyTagClassName
{
color: #4DA481;
}
</style>
background-color css
<style>
a { background-color: #4DA481; }
a { background-color: rgb(77,164,129); }
div.DivClassName
{
background-color: #4DA481;
}
.BgClassName
{
background-color: #4DA481;
}
</style>
border-color css
<style>
span { border-color: #4DA481; }
span { border-color: rgb(77,164,129); }
td.TdClassName
{
border-color: #4DA481;
}
.TagClassName
{
border-color: #4DA481;
}
</style>