Shades of Ocean Green #40A16D
Tints of Ocean Green #40A16D
RGB
CMYK
RGB Variations
Color information
#40A16D (or 0x40A16D) is known color: Ocean Green. HEX triplet: 40, A1 and 6D. RGB value is (64,161,109). Sum of RGB (Red+Green+Blue) = 64+161+109=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #40A16D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A16D is #BF5E92. Grayscale: #7E7E7E. Windows color (decimal): -12541587 or 7184704. OLE color: 7184704.
HSL color Cylindrical-coordinate representation of color #40A16D: hue angle of 147.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A16D is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 161 | 109 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.37 |
| HSL | 147.84º | 0.43% | 0.44% | - |
| HSV(B) | 147.84º | 0.6% | 0.63% | - |
| XYZ | 17.62 | 27.68 | 18.88 | - |
| YUV | 126.07 | 118.36 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 161 | 109 | 0.60 | 0 | 0.32 | 0.37 | 147.84 | 0.43 | 0.44 |
| Hex | 40 | A1 | 6D | 3C | 0 | 20 | 25 | 94 | 2B | 2C |
| Octal | 100 | 241 | 155 | 74 | 0 | 40 | 45 | 224 | 53 | 54 |
| Binary | 1000000 | 10100001 | 1101101 | 111100 | 0 | 100000 | 100101 | 10010100 | 101011 | 101100 |
Color Harmonies of #40A16D
Complementary color
Monochromatic Colors of #40A16D
Black with #40A16D
Text Example
Text Example
White with #40A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A16D; }
p { color: rgb(64,161,109); }
H1.HeaderClassName
{
color: #40A16D;
}
.AnyTagClassName
{
color: #40A16D;
}
</style>
background-color css
<style>
a { background-color: #40A16D; }
a { background-color: rgb(64,161,109); }
div.DivClassName
{
background-color: #40A16D;
}
.BgClassName
{
background-color: #40A16D;
}
</style>
border-color css
<style>
span { border-color: #40A16D; }
span { border-color: rgb(64,161,109); }
td.TdClassName
{
border-color: #40A16D;
}
.TagClassName
{
border-color: #40A16D;
}
</style>