Shades of Ocean Green #479973
Tints of Ocean Green #479973
RGB
CMYK
RGB Variations
Color information
#479973 (or 0x479973) is known color: Ocean Green. HEX triplet: 47, 99 and 73. RGB value is (71,153,115). Sum of RGB (Red+Green+Blue) = 71+153+115=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #479973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479973 is #B8668C. Grayscale: #7C7C7C. Windows color (decimal): -12084877 or 7575879. OLE color: 7575879.
HSL color Cylindrical-coordinate representation of color #479973: hue angle of 152.2º 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 #479973 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 153 | 115 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.4 |
| HSL | 152.2º | 0.37% | 0.44% | - |
| HSV(B) | 152.2º | 0.54% | 0.6% | - |
| XYZ | 17.08 | 25.36 | 20.21 | - |
| YUV | 124.15 | 122.83 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 115 | 0.54 | 0 | 0.25 | 0.4 | 152.2 | 0.37 | 0.44 |
| Hex | 47 | 99 | 73 | 36 | 0 | 19 | 28 | 98 | 25 | 2C |
| Octal | 107 | 231 | 163 | 66 | 0 | 31 | 50 | 230 | 45 | 54 |
| Binary | 1000111 | 10011001 | 1110011 | 110110 | 0 | 11001 | 101000 | 10011000 | 100101 | 101100 |
Color Harmonies of #479973
Complementary color
Monochromatic Colors of #479973
Black with #479973
Text Example
Text Example
White with #479973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479973; }
p { color: rgb(71,153,115); }
H1.HeaderClassName
{
color: #479973;
}
.AnyTagClassName
{
color: #479973;
}
</style>
background-color css
<style>
a { background-color: #479973; }
a { background-color: rgb(71,153,115); }
div.DivClassName
{
background-color: #479973;
}
.BgClassName
{
background-color: #479973;
}
</style>
border-color css
<style>
span { border-color: #479973; }
span { border-color: rgb(71,153,115); }
td.TdClassName
{
border-color: #479973;
}
.TagClassName
{
border-color: #479973;
}
</style>