Shades of Ocean Green #4FA481
Tints of Ocean Green #4FA481
RGB
CMYK
RGB Variations
Color information
#4FA481 (or 0x4FA481) is known color: Ocean Green. HEX triplet: 4F, A4 and 81. RGB value is (79,164,129). Sum of RGB (Red+Green+Blue) = 79+164+129=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA481 is #B05B7E. Grayscale: #868686. Windows color (decimal): -11557759 or 8496207. OLE color: 8496207.
HSL color Cylindrical-coordinate representation of color #4FA481: hue angle of 155.29º 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 #4FA481 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 129 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.36 |
| HSL | 155.29º | 0.35% | 0.48% | - |
| HSV(B) | 155.29º | 0.52% | 0.64% | - |
| XYZ | 20.46 | 29.8 | 25.44 | - |
| YUV | 134.6 | 124.84 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 129 | 0.52 | 0 | 0.21 | 0.36 | 155.29 | 0.35 | 0.48 |
| Hex | 4F | A4 | 81 | 34 | 0 | 15 | 24 | 9B | 23 | 30 |
| Octal | 117 | 244 | 201 | 64 | 0 | 25 | 44 | 233 | 43 | 60 |
| Binary | 1001111 | 10100100 | 10000001 | 110100 | 0 | 10101 | 100100 | 10011011 | 100011 | 110000 |
Color Harmonies of #4FA481
Complementary color
Monochromatic Colors of #4FA481
Black with #4FA481
Text Example
Text Example
White with #4FA481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA481; }
p { color: rgb(79,164,129); }
H1.HeaderClassName
{
color: #4FA481;
}
.AnyTagClassName
{
color: #4FA481;
}
</style>
background-color css
<style>
a { background-color: #4FA481; }
a { background-color: rgb(79,164,129); }
div.DivClassName
{
background-color: #4FA481;
}
.BgClassName
{
background-color: #4FA481;
}
</style>
border-color css
<style>
span { border-color: #4FA481; }
span { border-color: rgb(79,164,129); }
td.TdClassName
{
border-color: #4FA481;
}
.TagClassName
{
border-color: #4FA481;
}
</style>