Shades of Ocean Green #409F69
Tints of Ocean Green #409F69
RGB
CMYK
RGB Variations
Color information
#409F69 (or 0x409F69) is known color: Ocean Green. HEX triplet: 40, 9F and 69. RGB value is (64,159,105). Sum of RGB (Red+Green+Blue) = 64+159+105=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #409F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409F69 is #BF6096. Grayscale: #7C7C7C. Windows color (decimal): -12542103 or 6922048. OLE color: 6922048.
HSL color Cylindrical-coordinate representation of color #409F69: hue angle of 145.89º 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 #409F69 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 159 | 105 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.38 |
| HSL | 145.89º | 0.43% | 0.44% | - |
| HSV(B) | 145.89º | 0.6% | 0.62% | - |
| XYZ | 17.06 | 26.91 | 17.66 | - |
| YUV | 124.44 | 117.03 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 105 | 0.60 | 0 | 0.34 | 0.38 | 145.89 | 0.43 | 0.44 |
| Hex | 40 | 9F | 69 | 3C | 0 | 22 | 26 | 92 | 2B | 2C |
| Octal | 100 | 237 | 151 | 74 | 0 | 42 | 46 | 222 | 53 | 54 |
| Binary | 1000000 | 10011111 | 1101001 | 111100 | 0 | 100010 | 100110 | 10010010 | 101011 | 101100 |
Color Harmonies of #409F69
Complementary color
Monochromatic Colors of #409F69
Black with #409F69
Text Example
Text Example
White with #409F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409F69; }
p { color: rgb(64,159,105); }
H1.HeaderClassName
{
color: #409F69;
}
.AnyTagClassName
{
color: #409F69;
}
</style>
background-color css
<style>
a { background-color: #409F69; }
a { background-color: rgb(64,159,105); }
div.DivClassName
{
background-color: #409F69;
}
.BgClassName
{
background-color: #409F69;
}
</style>
border-color css
<style>
span { border-color: #409F69; }
span { border-color: rgb(64,159,105); }
td.TdClassName
{
border-color: #409F69;
}
.TagClassName
{
border-color: #409F69;
}
</style>