Shades of Ocean Green #409D71
Tints of Ocean Green #409D71
RGB
CMYK
RGB Variations
Color information
#409D71 (or 0x409D71) is known color: Ocean Green. HEX triplet: 40, 9D and 71. RGB value is (64,157,113). Sum of RGB (Red+Green+Blue) = 64+157+113=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #409D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409D71 is #BF628E. Grayscale: #7C7C7C. Windows color (decimal): -12542607 or 7445824. OLE color: 7445824.
HSL color Cylindrical-coordinate representation of color #409D71: hue angle of 151.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409D71 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 113 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.38 |
| HSL | 151.61º | 0.42% | 0.43% | - |
| HSV(B) | 151.61º | 0.59% | 0.62% | - |
| XYZ | 17.15 | 26.4 | 19.81 | - |
| YUV | 124.18 | 121.69 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 113 | 0.59 | 0 | 0.28 | 0.38 | 151.61 | 0.42 | 0.43 |
| Hex | 40 | 9D | 71 | 3B | 0 | 1C | 26 | 98 | 2A | 2B |
| Octal | 100 | 235 | 161 | 73 | 0 | 34 | 46 | 230 | 52 | 53 |
| Binary | 1000000 | 10011101 | 1110001 | 111011 | 0 | 11100 | 100110 | 10011000 | 101010 | 101011 |
Color Harmonies of #409D71
Complementary color
Monochromatic Colors of #409D71
Black with #409D71
Text Example
Text Example
White with #409D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D71; }
p { color: rgb(64,157,113); }
H1.HeaderClassName
{
color: #409D71;
}
.AnyTagClassName
{
color: #409D71;
}
</style>
background-color css
<style>
a { background-color: #409D71; }
a { background-color: rgb(64,157,113); }
div.DivClassName
{
background-color: #409D71;
}
.BgClassName
{
background-color: #409D71;
}
</style>
border-color css
<style>
span { border-color: #409D71; }
span { border-color: rgb(64,157,113); }
td.TdClassName
{
border-color: #409D71;
}
.TagClassName
{
border-color: #409D71;
}
</style>