Shades of Ocean Green #409E71
Tints of Ocean Green #409E71
RGB
CMYK
RGB Variations
Color information
#409E71 (or 0x409E71) is known color: Ocean Green. HEX triplet: 40, 9E and 71. RGB value is (64,158,113). Sum of RGB (Red+Green+Blue) = 64+158+113=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #409E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409E71 is #BF618E. Grayscale: #7C7C7C. Windows color (decimal): -12542351 or 7446080. OLE color: 7446080.
HSL color Cylindrical-coordinate representation of color #409E71: hue angle of 151.28º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E71 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 113 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.38 |
| HSL | 151.28º | 0.42% | 0.44% | - |
| HSV(B) | 151.28º | 0.59% | 0.62% | - |
| XYZ | 17.32 | 26.74 | 19.87 | - |
| YUV | 124.76 | 121.36 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 113 | 0.59 | 0 | 0.28 | 0.38 | 151.28 | 0.42 | 0.44 |
| Hex | 40 | 9E | 71 | 3B | 0 | 1C | 26 | 97 | 2A | 2C |
| Octal | 100 | 236 | 161 | 73 | 0 | 34 | 46 | 227 | 52 | 54 |
| Binary | 1000000 | 10011110 | 1110001 | 111011 | 0 | 11100 | 100110 | 10010111 | 101010 | 101100 |
Color Harmonies of #409E71
Complementary color
Monochromatic Colors of #409E71
Black with #409E71
Text Example
Text Example
White with #409E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E71; }
p { color: rgb(64,158,113); }
H1.HeaderClassName
{
color: #409E71;
}
.AnyTagClassName
{
color: #409E71;
}
</style>
background-color css
<style>
a { background-color: #409E71; }
a { background-color: rgb(64,158,113); }
div.DivClassName
{
background-color: #409E71;
}
.BgClassName
{
background-color: #409E71;
}
</style>
border-color css
<style>
span { border-color: #409E71; }
span { border-color: rgb(64,158,113); }
td.TdClassName
{
border-color: #409E71;
}
.TagClassName
{
border-color: #409E71;
}
</style>