Shades of Ocean Green #409A73
Tints of Ocean Green #409A73
RGB
CMYK
RGB Variations
Color information
#409A73 (or 0x409A73) is known color: Ocean Green. HEX triplet: 40, 9A and 73. RGB value is (64,154,115). Sum of RGB (Red+Green+Blue) = 64+154+115=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 154 (60.55% from 255 or 46.25% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 154 - color contains mainly: green. Hex color #409A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A73 is #BF658C. Grayscale: #7A7A7A. Windows color (decimal): -12543373 or 7576128. OLE color: 7576128.
HSL color Cylindrical-coordinate representation of color #409A73: hue angle of 154º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409A73 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 154 | 115 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.40 |
| HSL | 154º | 0.41% | 0.43% | - |
| HSV(B) | 154º | 0.58% | 0.6% | - |
| XYZ | 16.76 | 25.44 | 20.25 | - |
| YUV | 122.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 115 | 0.58 | 0 | 0.25 | 0.40 | 154 | 0.41 | 0.43 |
| Hex | 40 | 9A | 73 | 3A | 0 | 19 | 28 | 9A | 29 | 2B |
| Octal | 100 | 232 | 163 | 72 | 0 | 31 | 50 | 232 | 51 | 53 |
| Binary | 1000000 | 10011010 | 1110011 | 111010 | 0 | 11001 | 101000 | 10011010 | 101001 | 101011 |
Color Harmonies of #409A73
Complementary color
Monochromatic Colors of #409A73
Black with #409A73
Text Example
Text Example
White with #409A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409A73; }
p { color: rgb(64,154,115); }
H1.HeaderClassName
{
color: #409A73;
}
.AnyTagClassName
{
color: #409A73;
}
</style>
background-color css
<style>
a { background-color: #409A73; }
a { background-color: rgb(64,154,115); }
div.DivClassName
{
background-color: #409A73;
}
.BgClassName
{
background-color: #409A73;
}
</style>
border-color css
<style>
span { border-color: #409A73; }
span { border-color: rgb(64,154,115); }
td.TdClassName
{
border-color: #409A73;
}
.TagClassName
{
border-color: #409A73;
}
</style>