Shades of Ocean Green #409A72
Tints of Ocean Green #409A72
RGB
CMYK
RGB Variations
Color information
#409A72 (or 0x409A72) is known color: Ocean Green. HEX triplet: 40, 9A and 72. RGB value is (64,154,114). Sum of RGB (Red+Green+Blue) = 64+154+114=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #409A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A72 is #BF658D. Grayscale: #7A7A7A. Windows color (decimal): -12543374 or 7510592. OLE color: 7510592.
HSL color Cylindrical-coordinate representation of color #409A72: hue angle of 153.33º 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 #409A72 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 154 | 114 | - |
| CMYK | 0.58 | 0 | 0.26 | 0.40 |
| HSL | 153.33º | 0.41% | 0.43% | - |
| HSV(B) | 153.33º | 0.58% | 0.6% | - |
| XYZ | 16.71 | 25.42 | 19.94 | - |
| YUV | 122.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 114 | 0.58 | 0 | 0.26 | 0.40 | 153.33 | 0.41 | 0.43 |
| Hex | 40 | 9A | 72 | 3A | 0 | 1A | 28 | 99 | 29 | 2B |
| Octal | 100 | 232 | 162 | 72 | 0 | 32 | 50 | 231 | 51 | 53 |
| Binary | 1000000 | 10011010 | 1110010 | 111010 | 0 | 11010 | 101000 | 10011001 | 101001 | 101011 |
Color Harmonies of #409A72
Complementary color
Monochromatic Colors of #409A72
Black with #409A72
Text Example
Text Example
White with #409A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409A72; }
p { color: rgb(64,154,114); }
H1.HeaderClassName
{
color: #409A72;
}
.AnyTagClassName
{
color: #409A72;
}
</style>
background-color css
<style>
a { background-color: #409A72; }
a { background-color: rgb(64,154,114); }
div.DivClassName
{
background-color: #409A72;
}
.BgClassName
{
background-color: #409A72;
}
</style>
border-color css
<style>
span { border-color: #409A72; }
span { border-color: rgb(64,154,114); }
td.TdClassName
{
border-color: #409A72;
}
.TagClassName
{
border-color: #409A72;
}
</style>