Shades of Ocean Green #479C6D
Tints of Ocean Green #479C6D
RGB
CMYK
RGB Variations
Color information
#479C6D (or 0x479C6D) is known color: Ocean Green. HEX triplet: 47, 9C and 6D. RGB value is (71,156,109). Sum of RGB (Red+Green+Blue) = 71+156+109=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #479C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C6D is #B86392. Grayscale: #7D7D7D. Windows color (decimal): -12084115 or 7183431. OLE color: 7183431.
HSL color Cylindrical-coordinate representation of color #479C6D: hue angle of 146.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C6D is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 156 | 109 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.39 |
| HSL | 146.82º | 0.37% | 0.45% | - |
| HSV(B) | 146.82º | 0.54% | 0.61% | - |
| XYZ | 17.25 | 26.22 | 18.62 | - |
| YUV | 125.23 | 118.84 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 109 | 0.54 | 0 | 0.30 | 0.39 | 146.82 | 0.37 | 0.45 |
| Hex | 47 | 9C | 6D | 36 | 0 | 1E | 27 | 93 | 25 | 2D |
| Octal | 107 | 234 | 155 | 66 | 0 | 36 | 47 | 223 | 45 | 55 |
| Binary | 1000111 | 10011100 | 1101101 | 110110 | 0 | 11110 | 100111 | 10010011 | 100101 | 101101 |
Color Harmonies of #479C6D
Complementary color
Monochromatic Colors of #479C6D
Black with #479C6D
Text Example
Text Example
White with #479C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479C6D; }
p { color: rgb(71,156,109); }
H1.HeaderClassName
{
color: #479C6D;
}
.AnyTagClassName
{
color: #479C6D;
}
</style>
background-color css
<style>
a { background-color: #479C6D; }
a { background-color: rgb(71,156,109); }
div.DivClassName
{
background-color: #479C6D;
}
.BgClassName
{
background-color: #479C6D;
}
</style>
border-color css
<style>
span { border-color: #479C6D; }
span { border-color: rgb(71,156,109); }
td.TdClassName
{
border-color: #479C6D;
}
.TagClassName
{
border-color: #479C6D;
}
</style>