Shades of Ocean Green #4BAD78
Tints of Ocean Green #4BAD78
RGB
CMYK
RGB Variations
Color information
#4BAD78 (or 0x4BAD78) is known color: Ocean Green. HEX triplet: 4B, AD and 78. RGB value is (75,173,120). Sum of RGB (Red+Green+Blue) = 75+173+120=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD78 is #B45287. Grayscale: #898989. Windows color (decimal): -11817608 or 7908683. OLE color: 7908683.
HSL color Cylindrical-coordinate representation of color #4BAD78: hue angle of 147.55º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD78 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 120 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.32 |
| HSL | 147.55º | 0.4% | 0.49% | - |
| HSV(B) | 147.55º | 0.57% | 0.68% | - |
| XYZ | 21.24 | 32.74 | 22.97 | - |
| YUV | 137.66 | 118.03 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 120 | 0.57 | 0 | 0.31 | 0.32 | 147.55 | 0.4 | 0.49 |
| Hex | 4B | AD | 78 | 39 | 0 | 1F | 20 | 94 | 28 | 31 |
| Octal | 113 | 255 | 170 | 71 | 0 | 37 | 40 | 224 | 50 | 61 |
| Binary | 1001011 | 10101101 | 1111000 | 111001 | 0 | 11111 | 100000 | 10010100 | 101000 | 110001 |
Color Harmonies of #4BAD78
Complementary color
Monochromatic Colors of #4BAD78
Black with #4BAD78
Text Example
Text Example
White with #4BAD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAD78; }
p { color: rgb(75,173,120); }
H1.HeaderClassName
{
color: #4BAD78;
}
.AnyTagClassName
{
color: #4BAD78;
}
</style>
background-color css
<style>
a { background-color: #4BAD78; }
a { background-color: rgb(75,173,120); }
div.DivClassName
{
background-color: #4BAD78;
}
.BgClassName
{
background-color: #4BAD78;
}
</style>
border-color css
<style>
span { border-color: #4BAD78; }
span { border-color: rgb(75,173,120); }
td.TdClassName
{
border-color: #4BAD78;
}
.TagClassName
{
border-color: #4BAD78;
}
</style>