Shades of Ocean Green #4FA474
Tints of Ocean Green #4FA474
RGB
CMYK
RGB Variations
Color information
#4FA474 (or 0x4FA474) is known color: Ocean Green. HEX triplet: 4F, A4 and 74. RGB value is (79,164,116). Sum of RGB (Red+Green+Blue) = 79+164+116=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA474 is #B05B8B. Grayscale: #858585. Windows color (decimal): -11557772 or 7644239. OLE color: 7644239.
HSL color Cylindrical-coordinate representation of color #4FA474: hue angle of 146.12º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA474 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 116 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.36 |
| HSL | 146.12º | 0.35% | 0.48% | - |
| HSV(B) | 146.12º | 0.52% | 0.64% | - |
| XYZ | 19.65 | 29.47 | 21.18 | - |
| YUV | 133.11 | 118.34 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 116 | 0.52 | 0 | 0.29 | 0.36 | 146.12 | 0.35 | 0.48 |
| Hex | 4F | A4 | 74 | 34 | 0 | 1D | 24 | 92 | 23 | 30 |
| Octal | 117 | 244 | 164 | 64 | 0 | 35 | 44 | 222 | 43 | 60 |
| Binary | 1001111 | 10100100 | 1110100 | 110100 | 0 | 11101 | 100100 | 10010010 | 100011 | 110000 |
Color Harmonies of #4FA474
Complementary color
Monochromatic Colors of #4FA474
Black with #4FA474
Text Example
Text Example
White with #4FA474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA474; }
p { color: rgb(79,164,116); }
H1.HeaderClassName
{
color: #4FA474;
}
.AnyTagClassName
{
color: #4FA474;
}
</style>
background-color css
<style>
a { background-color: #4FA474; }
a { background-color: rgb(79,164,116); }
div.DivClassName
{
background-color: #4FA474;
}
.BgClassName
{
background-color: #4FA474;
}
</style>
border-color css
<style>
span { border-color: #4FA474; }
span { border-color: rgb(79,164,116); }
td.TdClassName
{
border-color: #4FA474;
}
.TagClassName
{
border-color: #4FA474;
}
</style>