Shades of Ocean Green #4FA478
Tints of Ocean Green #4FA478
RGB
CMYK
RGB Variations
Color information
#4FA478 (or 0x4FA478) is known color: Ocean Green. HEX triplet: 4F, A4 and 78. RGB value is (79,164,120). Sum of RGB (Red+Green+Blue) = 79+164+120=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA478 is #B05B87. Grayscale: #858585. Windows color (decimal): -11557768 or 7906383. OLE color: 7906383.
HSL color Cylindrical-coordinate representation of color #4FA478: hue angle of 148.94º 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 #4FA478 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 120 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.36 |
| HSL | 148.94º | 0.35% | 0.48% | - |
| HSV(B) | 148.94º | 0.52% | 0.64% | - |
| XYZ | 19.89 | 29.57 | 22.43 | - |
| YUV | 133.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 120 | 0.52 | 0 | 0.27 | 0.36 | 148.94 | 0.35 | 0.48 |
| Hex | 4F | A4 | 78 | 34 | 0 | 1B | 24 | 95 | 23 | 30 |
| Octal | 117 | 244 | 170 | 64 | 0 | 33 | 44 | 225 | 43 | 60 |
| Binary | 1001111 | 10100100 | 1111000 | 110100 | 0 | 11011 | 100100 | 10010101 | 100011 | 110000 |
Color Harmonies of #4FA478
Complementary color
Monochromatic Colors of #4FA478
Black with #4FA478
Text Example
Text Example
White with #4FA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA478; }
p { color: rgb(79,164,120); }
H1.HeaderClassName
{
color: #4FA478;
}
.AnyTagClassName
{
color: #4FA478;
}
</style>
background-color css
<style>
a { background-color: #4FA478; }
a { background-color: rgb(79,164,120); }
div.DivClassName
{
background-color: #4FA478;
}
.BgClassName
{
background-color: #4FA478;
}
</style>
border-color css
<style>
span { border-color: #4FA478; }
span { border-color: rgb(79,164,120); }
td.TdClassName
{
border-color: #4FA478;
}
.TagClassName
{
border-color: #4FA478;
}
</style>