Shades of Ocean Green #4DA378
Tints of Ocean Green #4DA378
RGB
CMYK
RGB Variations
Color information
#4DA378 (or 0x4DA378) is known color: Ocean Green. HEX triplet: 4D, A3 and 78. RGB value is (77,163,120). Sum of RGB (Red+Green+Blue) = 77+163+120=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA378 is #B25C87. Grayscale: #848484. Windows color (decimal): -11689096 or 7906125. OLE color: 7906125.
HSL color Cylindrical-coordinate representation of color #4DA378: hue angle of 150º 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 #4DA378 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 120 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.36 |
| HSL | 150º | 0.36% | 0.47% | - |
| HSV(B) | 150º | 0.53% | 0.64% | - |
| XYZ | 19.55 | 29.13 | 22.36 | - |
| YUV | 132.38 | 121.01 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 120 | 0.53 | 0 | 0.26 | 0.36 | 150 | 0.36 | 0.47 |
| Hex | 4D | A3 | 78 | 35 | 0 | 1A | 24 | 96 | 24 | 2F |
| Octal | 115 | 243 | 170 | 65 | 0 | 32 | 44 | 226 | 44 | 57 |
| Binary | 1001101 | 10100011 | 1111000 | 110101 | 0 | 11010 | 100100 | 10010110 | 100100 | 101111 |
Color Harmonies of #4DA378
Complementary color
Monochromatic Colors of #4DA378
Black with #4DA378
Text Example
Text Example
White with #4DA378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA378; }
p { color: rgb(77,163,120); }
H1.HeaderClassName
{
color: #4DA378;
}
.AnyTagClassName
{
color: #4DA378;
}
</style>
background-color css
<style>
a { background-color: #4DA378; }
a { background-color: rgb(77,163,120); }
div.DivClassName
{
background-color: #4DA378;
}
.BgClassName
{
background-color: #4DA378;
}
</style>
border-color css
<style>
span { border-color: #4DA378; }
span { border-color: rgb(77,163,120); }
td.TdClassName
{
border-color: #4DA378;
}
.TagClassName
{
border-color: #4DA378;
}
</style>