Shades of Ocean Green #409B6F
Tints of Ocean Green #409B6F
RGB
CMYK
RGB Variations
Color information
#409B6F (or 0x409B6F) is known color: Ocean Green. HEX triplet: 40, 9B and 6F. RGB value is (64,155,111). Sum of RGB (Red+Green+Blue) = 64+155+111=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #409B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409B6F is #BF6490. Grayscale: #7A7A7A. Windows color (decimal): -12543121 or 7314240. OLE color: 7314240.
HSL color Cylindrical-coordinate representation of color #409B6F: hue angle of 150.99º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B6F is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 111 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.39 |
| HSL | 150.99º | 0.42% | 0.43% | - |
| HSV(B) | 150.99º | 0.59% | 0.61% | - |
| XYZ | 16.7 | 25.68 | 19.12 | - |
| YUV | 122.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 111 | 0.59 | 0 | 0.28 | 0.39 | 150.99 | 0.42 | 0.43 |
| Hex | 40 | 9B | 6F | 3B | 0 | 1C | 27 | 97 | 2A | 2B |
| Octal | 100 | 233 | 157 | 73 | 0 | 34 | 47 | 227 | 52 | 53 |
| Binary | 1000000 | 10011011 | 1101111 | 111011 | 0 | 11100 | 100111 | 10010111 | 101010 | 101011 |
Color Harmonies of #409B6F
Complementary color
Monochromatic Colors of #409B6F
Black with #409B6F
Text Example
Text Example
White with #409B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B6F; }
p { color: rgb(64,155,111); }
H1.HeaderClassName
{
color: #409B6F;
}
.AnyTagClassName
{
color: #409B6F;
}
</style>
background-color css
<style>
a { background-color: #409B6F; }
a { background-color: rgb(64,155,111); }
div.DivClassName
{
background-color: #409B6F;
}
.BgClassName
{
background-color: #409B6F;
}
</style>
border-color css
<style>
span { border-color: #409B6F; }
span { border-color: rgb(64,155,111); }
td.TdClassName
{
border-color: #409B6F;
}
.TagClassName
{
border-color: #409B6F;
}
</style>