Shades of Ocean Green #4A9573
Tints of Ocean Green #4A9573
RGB
CMYK
RGB Variations
Color information
#4A9573 (or 0x4A9573) is known color: Ocean Green. HEX triplet: 4A, 95 and 73. RGB value is (74,149,115). Sum of RGB (Red+Green+Blue) = 74+149+115=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9573 is #B56A8C. Grayscale: #7A7A7A. Windows color (decimal): -11889293 or 7574858. OLE color: 7574858.
HSL color Cylindrical-coordinate representation of color #4A9573: hue angle of 152.8º 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 #4A9573 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 149 | 115 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.42 |
| HSL | 152.8º | 0.34% | 0.44% | - |
| HSV(B) | 152.8º | 0.5% | 0.58% | - |
| XYZ | 16.67 | 24.19 | 20.01 | - |
| YUV | 122.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 115 | 0.50 | 0 | 0.23 | 0.42 | 152.8 | 0.34 | 0.44 |
| Hex | 4A | 95 | 73 | 32 | 0 | 17 | 2A | 99 | 22 | 2C |
| Octal | 112 | 225 | 163 | 62 | 0 | 27 | 52 | 231 | 42 | 54 |
| Binary | 1001010 | 10010101 | 1110011 | 110010 | 0 | 10111 | 101010 | 10011001 | 100010 | 101100 |
Color Harmonies of #4A9573
Complementary color
Monochromatic Colors of #4A9573
Black with #4A9573
Text Example
Text Example
White with #4A9573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9573; }
p { color: rgb(74,149,115); }
H1.HeaderClassName
{
color: #4A9573;
}
.AnyTagClassName
{
color: #4A9573;
}
</style>
background-color css
<style>
a { background-color: #4A9573; }
a { background-color: rgb(74,149,115); }
div.DivClassName
{
background-color: #4A9573;
}
.BgClassName
{
background-color: #4A9573;
}
</style>
border-color css
<style>
span { border-color: #4A9573; }
span { border-color: rgb(74,149,115); }
td.TdClassName
{
border-color: #4A9573;
}
.TagClassName
{
border-color: #4A9573;
}
</style>