Shades of Ocean Green #4A9572
Tints of Ocean Green #4A9572
RGB
CMYK
RGB Variations
Color information
#4A9572 (or 0x4A9572) is known color: Ocean Green. HEX triplet: 4A, 95 and 72. RGB value is (74,149,114). Sum of RGB (Red+Green+Blue) = 74+149+114=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9572 is #B56A8D. Grayscale: #7A7A7A. Windows color (decimal): -11889294 or 7509322. OLE color: 7509322.
HSL color Cylindrical-coordinate representation of color #4A9572: hue angle of 152º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9572 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 149 | 114 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.42 |
| HSL | 152º | 0.34% | 0.44% | - |
| HSV(B) | 152º | 0.5% | 0.58% | - |
| XYZ | 16.61 | 24.17 | 19.71 | - |
| YUV | 122.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 114 | 0.50 | 0 | 0.23 | 0.42 | 152 | 0.34 | 0.44 |
| Hex | 4A | 95 | 72 | 32 | 0 | 17 | 2A | 98 | 22 | 2C |
| Octal | 112 | 225 | 162 | 62 | 0 | 27 | 52 | 230 | 42 | 54 |
| Binary | 1001010 | 10010101 | 1110010 | 110010 | 0 | 10111 | 101010 | 10011000 | 100010 | 101100 |
Color Harmonies of #4A9572
Complementary color
Monochromatic Colors of #4A9572
Black with #4A9572
Text Example
Text Example
White with #4A9572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9572; }
p { color: rgb(74,149,114); }
H1.HeaderClassName
{
color: #4A9572;
}
.AnyTagClassName
{
color: #4A9572;
}
</style>
background-color css
<style>
a { background-color: #4A9572; }
a { background-color: rgb(74,149,114); }
div.DivClassName
{
background-color: #4A9572;
}
.BgClassName
{
background-color: #4A9572;
}
</style>
border-color css
<style>
span { border-color: #4A9572; }
span { border-color: rgb(74,149,114); }
td.TdClassName
{
border-color: #4A9572;
}
.TagClassName
{
border-color: #4A9572;
}
</style>