Shades of Ocean Green #4FA369
Tints of Ocean Green #4FA369
RGB
CMYK
RGB Variations
Color information
#4FA369 (or 0x4FA369) is known color: Ocean Green. HEX triplet: 4F, A3 and 69. RGB value is (79,163,105). Sum of RGB (Red+Green+Blue) = 79+163+105=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA369 is #B05C96. Grayscale: #838383. Windows color (decimal): -11558039 or 6923087. OLE color: 6923087.
HSL color Cylindrical-coordinate representation of color #4FA369: hue angle of 138.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA369 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 105 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.36 |
| HSL | 138.57º | 0.35% | 0.47% | - |
| HSV(B) | 138.57º | 0.52% | 0.64% | - |
| XYZ | 18.87 | 28.88 | 17.94 | - |
| YUV | 131.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 105 | 0.52 | 0 | 0.36 | 0.36 | 138.57 | 0.35 | 0.47 |
| Hex | 4F | A3 | 69 | 34 | 0 | 24 | 24 | 8B | 23 | 2F |
| Octal | 117 | 243 | 151 | 64 | 0 | 44 | 44 | 213 | 43 | 57 |
| Binary | 1001111 | 10100011 | 1101001 | 110100 | 0 | 100100 | 100100 | 10001011 | 100011 | 101111 |
Color Harmonies of #4FA369
Complementary color
Monochromatic Colors of #4FA369
Black with #4FA369
Text Example
Text Example
White with #4FA369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA369; }
p { color: rgb(79,163,105); }
H1.HeaderClassName
{
color: #4FA369;
}
.AnyTagClassName
{
color: #4FA369;
}
</style>
background-color css
<style>
a { background-color: #4FA369; }
a { background-color: rgb(79,163,105); }
div.DivClassName
{
background-color: #4FA369;
}
.BgClassName
{
background-color: #4FA369;
}
</style>
border-color css
<style>
span { border-color: #4FA369; }
span { border-color: rgb(79,163,105); }
td.TdClassName
{
border-color: #4FA369;
}
.TagClassName
{
border-color: #4FA369;
}
</style>