Shades of Ocean Green #4FA46C
Tints of Ocean Green #4FA46C
RGB
CMYK
RGB Variations
Color information
#4FA46C (or 0x4FA46C) is known color: Ocean Green. HEX triplet: 4F, A4 and 6C. RGB value is (79,164,108). Sum of RGB (Red+Green+Blue) = 79+164+108=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA46C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA46C is #B05B93. Grayscale: #848484. Windows color (decimal): -11557780 or 7119951. OLE color: 7119951.
HSL color Cylindrical-coordinate representation of color #4FA46C: hue angle of 140.47º 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 #4FA46C is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 108 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.36 |
| HSL | 140.47º | 0.35% | 0.48% | - |
| HSV(B) | 140.47º | 0.52% | 0.64% | - |
| XYZ | 19.21 | 29.3 | 18.83 | - |
| YUV | 132.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 108 | 0.52 | 0 | 0.34 | 0.36 | 140.47 | 0.35 | 0.48 |
| Hex | 4F | A4 | 6C | 34 | 0 | 22 | 24 | 8C | 23 | 30 |
| Octal | 117 | 244 | 154 | 64 | 0 | 42 | 44 | 214 | 43 | 60 |
| Binary | 1001111 | 10100100 | 1101100 | 110100 | 0 | 100010 | 100100 | 10001100 | 100011 | 110000 |
Color Harmonies of #4FA46C
Complementary color
Monochromatic Colors of #4FA46C
Black with #4FA46C
Text Example
Text Example
White with #4FA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA46C; }
p { color: rgb(79,164,108); }
H1.HeaderClassName
{
color: #4FA46C;
}
.AnyTagClassName
{
color: #4FA46C;
}
</style>
background-color css
<style>
a { background-color: #4FA46C; }
a { background-color: rgb(79,164,108); }
div.DivClassName
{
background-color: #4FA46C;
}
.BgClassName
{
background-color: #4FA46C;
}
</style>
border-color css
<style>
span { border-color: #4FA46C; }
span { border-color: rgb(79,164,108); }
td.TdClassName
{
border-color: #4FA46C;
}
.TagClassName
{
border-color: #4FA46C;
}
</style>