Shades of Ocean Green #4BAD74
Tints of Ocean Green #4BAD74
RGB
CMYK
RGB Variations
Color information
#4BAD74 (or 0x4BAD74) is known color: Ocean Green. HEX triplet: 4B, AD and 74. RGB value is (75,173,116). Sum of RGB (Red+Green+Blue) = 75+173+116=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAD74 is #B4528B. Grayscale: #898989. Windows color (decimal): -11817612 or 7646539. OLE color: 7646539.
HSL color Cylindrical-coordinate representation of color #4BAD74: hue angle of 145.1º 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 #4BAD74 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 116 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.32 |
| HSL | 145.1º | 0.4% | 0.49% | - |
| HSV(B) | 145.1º | 0.57% | 0.68% | - |
| XYZ | 21 | 32.64 | 21.72 | - |
| YUV | 137.2 | 116.03 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 116 | 0.57 | 0 | 0.33 | 0.32 | 145.1 | 0.4 | 0.49 |
| Hex | 4B | AD | 74 | 39 | 0 | 21 | 20 | 91 | 28 | 31 |
| Octal | 113 | 255 | 164 | 71 | 0 | 41 | 40 | 221 | 50 | 61 |
| Binary | 1001011 | 10101101 | 1110100 | 111001 | 0 | 100001 | 100000 | 10010001 | 101000 | 110001 |
Color Harmonies of #4BAD74
Complementary color
Monochromatic Colors of #4BAD74
Black with #4BAD74
Text Example
Text Example
White with #4BAD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAD74; }
p { color: rgb(75,173,116); }
H1.HeaderClassName
{
color: #4BAD74;
}
.AnyTagClassName
{
color: #4BAD74;
}
</style>
background-color css
<style>
a { background-color: #4BAD74; }
a { background-color: rgb(75,173,116); }
div.DivClassName
{
background-color: #4BAD74;
}
.BgClassName
{
background-color: #4BAD74;
}
</style>
border-color css
<style>
span { border-color: #4BAD74; }
span { border-color: rgb(75,173,116); }
td.TdClassName
{
border-color: #4BAD74;
}
.TagClassName
{
border-color: #4BAD74;
}
</style>