Shades of Ocean Green #3F9973
Tints of Ocean Green #3F9973
RGB
CMYK
RGB Variations
Color information
#3F9973 (or 0x3F9973) is known color: Ocean Green. HEX triplet: 3F, 99 and 73. RGB value is (63,153,115). Sum of RGB (Red+Green+Blue) = 63+153+115=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #3F9973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9973 is #C0668C. Grayscale: #797979. Windows color (decimal): -12609165 or 7575871. OLE color: 7575871.
HSL color Cylindrical-coordinate representation of color #3F9973: hue angle of 154.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9973 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 153 | 115 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.4 |
| HSL | 154.67º | 0.42% | 0.42% | - |
| HSV(B) | 154.67º | 0.59% | 0.6% | - |
| XYZ | 16.54 | 25.08 | 20.19 | - |
| YUV | 121.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 115 | 0.59 | 0 | 0.25 | 0.4 | 154.67 | 0.42 | 0.42 |
| Hex | 3F | 99 | 73 | 3B | 0 | 19 | 28 | 9B | 2A | 2A |
| Octal | 77 | 231 | 163 | 73 | 0 | 31 | 50 | 233 | 52 | 52 |
| Binary | 111111 | 10011001 | 1110011 | 111011 | 0 | 11001 | 101000 | 10011011 | 101010 | 101010 |
Color Harmonies of #3F9973
Complementary color
Monochromatic Colors of #3F9973
Black with #3F9973
Text Example
Text Example
White with #3F9973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9973; }
p { color: rgb(63,153,115); }
H1.HeaderClassName
{
color: #3F9973;
}
.AnyTagClassName
{
color: #3F9973;
}
</style>
background-color css
<style>
a { background-color: #3F9973; }
a { background-color: rgb(63,153,115); }
div.DivClassName
{
background-color: #3F9973;
}
.BgClassName
{
background-color: #3F9973;
}
</style>
border-color css
<style>
span { border-color: #3F9973; }
span { border-color: rgb(63,153,115); }
td.TdClassName
{
border-color: #3F9973;
}
.TagClassName
{
border-color: #3F9973;
}
</style>