Shades of Ocean Green #409F72
Tints of Ocean Green #409F72
RGB
CMYK
RGB Variations
Color information
#409F72 (or 0x409F72) is known color: Ocean Green. HEX triplet: 40, 9F and 72. RGB value is (64,159,114). Sum of RGB (Red+Green+Blue) = 64+159+114=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #409F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409F72 is #BF608D. Grayscale: #7D7D7D. Windows color (decimal): -12542094 or 7511872. OLE color: 7511872.
HSL color Cylindrical-coordinate representation of color #409F72: hue angle of 151.58º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #409F72 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 159 | 114 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.38 |
| HSL | 151.58º | 0.43% | 0.44% | - |
| HSV(B) | 151.58º | 0.6% | 0.62% | - |
| XYZ | 17.55 | 27.1 | 20.23 | - |
| YUV | 125.47 | 121.53 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 114 | 0.60 | 0 | 0.28 | 0.38 | 151.58 | 0.43 | 0.44 |
| Hex | 40 | 9F | 72 | 3C | 0 | 1C | 26 | 98 | 2B | 2C |
| Octal | 100 | 237 | 162 | 74 | 0 | 34 | 46 | 230 | 53 | 54 |
| Binary | 1000000 | 10011111 | 1110010 | 111100 | 0 | 11100 | 100110 | 10011000 | 101011 | 101100 |
Color Harmonies of #409F72
Complementary color
Monochromatic Colors of #409F72
Black with #409F72
Text Example
Text Example
White with #409F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409F72; }
p { color: rgb(64,159,114); }
H1.HeaderClassName
{
color: #409F72;
}
.AnyTagClassName
{
color: #409F72;
}
</style>
background-color css
<style>
a { background-color: #409F72; }
a { background-color: rgb(64,159,114); }
div.DivClassName
{
background-color: #409F72;
}
.BgClassName
{
background-color: #409F72;
}
</style>
border-color css
<style>
span { border-color: #409F72; }
span { border-color: rgb(64,159,114); }
td.TdClassName
{
border-color: #409F72;
}
.TagClassName
{
border-color: #409F72;
}
</style>