Shades of Ocean Green #479A73
Tints of Ocean Green #479A73
RGB
CMYK
RGB Variations
Color information
#479A73 (or 0x479A73) is known color: Ocean Green. HEX triplet: 47, 9A and 73. RGB value is (71,154,115). Sum of RGB (Red+Green+Blue) = 71+154+115=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #479A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479A73 is #B8658C. Grayscale: #7C7C7C. Windows color (decimal): -12084621 or 7576135. OLE color: 7576135.
HSL color Cylindrical-coordinate representation of color #479A73: hue angle of 151.81º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479A73 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 154 | 115 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.40 |
| HSL | 151.81º | 0.37% | 0.44% | - |
| HSV(B) | 151.81º | 0.54% | 0.6% | - |
| XYZ | 17.25 | 25.69 | 20.27 | - |
| YUV | 124.74 | 122.5 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 115 | 0.54 | 0 | 0.25 | 0.40 | 151.81 | 0.37 | 0.44 |
| Hex | 47 | 9A | 73 | 36 | 0 | 19 | 28 | 98 | 25 | 2C |
| Octal | 107 | 232 | 163 | 66 | 0 | 31 | 50 | 230 | 45 | 54 |
| Binary | 1000111 | 10011010 | 1110011 | 110110 | 0 | 11001 | 101000 | 10011000 | 100101 | 101100 |
Color Harmonies of #479A73
Complementary color
Monochromatic Colors of #479A73
Black with #479A73
Text Example
Text Example
White with #479A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479A73; }
p { color: rgb(71,154,115); }
H1.HeaderClassName
{
color: #479A73;
}
.AnyTagClassName
{
color: #479A73;
}
</style>
background-color css
<style>
a { background-color: #479A73; }
a { background-color: rgb(71,154,115); }
div.DivClassName
{
background-color: #479A73;
}
.BgClassName
{
background-color: #479A73;
}
</style>
border-color css
<style>
span { border-color: #479A73; }
span { border-color: rgb(71,154,115); }
td.TdClassName
{
border-color: #479A73;
}
.TagClassName
{
border-color: #479A73;
}
</style>