Shades of Ocean Green #479D74
Tints of Ocean Green #479D74
RGB
CMYK
RGB Variations
Color information
#479D74 (or 0x479D74) is known color: Ocean Green. HEX triplet: 47, 9D and 74. RGB value is (71,157,116). Sum of RGB (Red+Green+Blue) = 71+157+116=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #479D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D74 is #B8628B. Grayscale: #7E7E7E. Windows color (decimal): -12083852 or 7642439. OLE color: 7642439.
HSL color Cylindrical-coordinate representation of color #479D74: hue angle of 151.4º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479D74 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 116 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.38 |
| HSL | 151.4º | 0.38% | 0.45% | - |
| HSV(B) | 151.4º | 0.55% | 0.62% | - |
| XYZ | 17.81 | 26.71 | 20.74 | - |
| YUV | 126.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 116 | 0.55 | 0 | 0.26 | 0.38 | 151.4 | 0.38 | 0.45 |
| Hex | 47 | 9D | 74 | 37 | 0 | 1A | 26 | 97 | 26 | 2D |
| Octal | 107 | 235 | 164 | 67 | 0 | 32 | 46 | 227 | 46 | 55 |
| Binary | 1000111 | 10011101 | 1110100 | 110111 | 0 | 11010 | 100110 | 10010111 | 100110 | 101101 |
Color Harmonies of #479D74
Complementary color
Monochromatic Colors of #479D74
Black with #479D74
Text Example
Text Example
White with #479D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D74; }
p { color: rgb(71,157,116); }
H1.HeaderClassName
{
color: #479D74;
}
.AnyTagClassName
{
color: #479D74;
}
</style>
background-color css
<style>
a { background-color: #479D74; }
a { background-color: rgb(71,157,116); }
div.DivClassName
{
background-color: #479D74;
}
.BgClassName
{
background-color: #479D74;
}
</style>
border-color css
<style>
span { border-color: #479D74; }
span { border-color: rgb(71,157,116); }
td.TdClassName
{
border-color: #479D74;
}
.TagClassName
{
border-color: #479D74;
}
</style>