Shades of Ocean Green #4AB571
Tints of Ocean Green #4AB571
RGB
CMYK
RGB Variations
Color information
#4AB571 (or 0x4AB571) is known color: Ocean Green. HEX triplet: 4A, B5 and 71. RGB value is (74,181,113). Sum of RGB (Red+Green+Blue) = 74+181+113=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB571 is #B54A8E. Grayscale: #8D8D8D. Windows color (decimal): -11881103 or 7451978. OLE color: 7451978.
HSL color Cylindrical-coordinate representation of color #4AB571: hue angle of 141.87º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB571 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 181 | 113 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.29 |
| HSL | 141.87º | 0.42% | 0.5% | - |
| HSV(B) | 141.87º | 0.59% | 0.71% | - |
| XYZ | 22.33 | 35.7 | 21.34 | - |
| YUV | 141.26 | 112.05 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 113 | 0.59 | 0 | 0.38 | 0.29 | 141.87 | 0.42 | 0.5 |
| Hex | 4A | B5 | 71 | 3B | 0 | 26 | 1D | 8E | 2A | 32 |
| Octal | 112 | 265 | 161 | 73 | 0 | 46 | 35 | 216 | 52 | 62 |
| Binary | 1001010 | 10110101 | 1110001 | 111011 | 0 | 100110 | 11101 | 10001110 | 101010 | 110010 |
Color Harmonies of #4AB571
Complementary color
Monochromatic Colors of #4AB571
Black with #4AB571
Text Example
Text Example
White with #4AB571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB571; }
p { color: rgb(74,181,113); }
H1.HeaderClassName
{
color: #4AB571;
}
.AnyTagClassName
{
color: #4AB571;
}
</style>
background-color css
<style>
a { background-color: #4AB571; }
a { background-color: rgb(74,181,113); }
div.DivClassName
{
background-color: #4AB571;
}
.BgClassName
{
background-color: #4AB571;
}
</style>
border-color css
<style>
span { border-color: #4AB571; }
span { border-color: rgb(74,181,113); }
td.TdClassName
{
border-color: #4AB571;
}
.TagClassName
{
border-color: #4AB571;
}
</style>