Shades of Ocean Green #479E7B
Tints of Ocean Green #479E7B
RGB
CMYK
RGB Variations
Color information
#479E7B (or 0x479E7B) is known color: Ocean Green. HEX triplet: 47, 9E and 7B. RGB value is (71,158,123). Sum of RGB (Red+Green+Blue) = 71+158+123=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #479E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E7B is #B86184. Grayscale: #808080. Windows color (decimal): -12083589 or 8101447. OLE color: 8101447.
HSL color Cylindrical-coordinate representation of color #479E7B: hue angle of 155.86º 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 #479E7B is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 158 | 123 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.38 |
| HSL | 155.86º | 0.38% | 0.45% | - |
| HSV(B) | 155.86º | 0.55% | 0.62% | - |
| XYZ | 18.4 | 27.22 | 23.02 | - |
| YUV | 128 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 158 | 123 | 0.55 | 0 | 0.22 | 0.38 | 155.86 | 0.38 | 0.45 |
| Hex | 47 | 9E | 7B | 37 | 0 | 16 | 26 | 9C | 26 | 2D |
| Octal | 107 | 236 | 173 | 67 | 0 | 26 | 46 | 234 | 46 | 55 |
| Binary | 1000111 | 10011110 | 1111011 | 110111 | 0 | 10110 | 100110 | 10011100 | 100110 | 101101 |
Color Harmonies of #479E7B
Complementary color
Monochromatic Colors of #479E7B
Black with #479E7B
Text Example
Text Example
White with #479E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479E7B; }
p { color: rgb(71,158,123); }
H1.HeaderClassName
{
color: #479E7B;
}
.AnyTagClassName
{
color: #479E7B;
}
</style>
background-color css
<style>
a { background-color: #479E7B; }
a { background-color: rgb(71,158,123); }
div.DivClassName
{
background-color: #479E7B;
}
.BgClassName
{
background-color: #479E7B;
}
</style>
border-color css
<style>
span { border-color: #479E7B; }
span { border-color: rgb(71,158,123); }
td.TdClassName
{
border-color: #479E7B;
}
.TagClassName
{
border-color: #479E7B;
}
</style>