Shades of Ocean Green #4A9471
Tints of Ocean Green #4A9471
RGB
CMYK
RGB Variations
Color information
#4A9471 (or 0x4A9471) is known color: Ocean Green. HEX triplet: 4A, 94 and 71. RGB value is (74,148,113). Sum of RGB (Red+Green+Blue) = 74+148+113=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9471 is #B56B8E. Grayscale: #797979. Windows color (decimal): -11889551 or 7443530. OLE color: 7443530.
HSL color Cylindrical-coordinate representation of color #4A9471: hue angle of 151.62º degrees, saturation: 0.33, 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 #4A9471 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 148 | 113 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.42 |
| HSL | 151.62º | 0.33% | 0.44% | - |
| HSV(B) | 151.62º | 0.5% | 0.58% | - |
| XYZ | 16.39 | 23.83 | 19.36 | - |
| YUV | 121.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 148 | 113 | 0.50 | 0 | 0.24 | 0.42 | 151.62 | 0.33 | 0.44 |
| Hex | 4A | 94 | 71 | 32 | 0 | 18 | 2A | 98 | 21 | 2C |
| Octal | 112 | 224 | 161 | 62 | 0 | 30 | 52 | 230 | 41 | 54 |
| Binary | 1001010 | 10010100 | 1110001 | 110010 | 0 | 11000 | 101010 | 10011000 | 100001 | 101100 |
Color Harmonies of #4A9471
Complementary color
Monochromatic Colors of #4A9471
Black with #4A9471
Text Example
Text Example
White with #4A9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9471; }
p { color: rgb(74,148,113); }
H1.HeaderClassName
{
color: #4A9471;
}
.AnyTagClassName
{
color: #4A9471;
}
</style>
background-color css
<style>
a { background-color: #4A9471; }
a { background-color: rgb(74,148,113); }
div.DivClassName
{
background-color: #4A9471;
}
.BgClassName
{
background-color: #4A9471;
}
</style>
border-color css
<style>
span { border-color: #4A9471; }
span { border-color: rgb(74,148,113); }
td.TdClassName
{
border-color: #4A9471;
}
.TagClassName
{
border-color: #4A9471;
}
</style>