Shades of Ocean Green #40A370
Tints of Ocean Green #40A370
RGB
CMYK
RGB Variations
Color information
#40A370 (or 0x40A370) is known color: Ocean Green. HEX triplet: 40, A3 and 70. RGB value is (64,163,112). Sum of RGB (Red+Green+Blue) = 64+163+112=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #40A370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A370 is #BF5C8F. Grayscale: #7F7F7F. Windows color (decimal): -12541072 or 7381824. OLE color: 7381824.
HSL color Cylindrical-coordinate representation of color #40A370: hue angle of 149.09º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A370 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 163 | 112 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.36 |
| HSL | 149.09º | 0.44% | 0.45% | - |
| HSV(B) | 149.09º | 0.61% | 0.64% | - |
| XYZ | 18.14 | 28.45 | 19.87 | - |
| YUV | 127.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 163 | 112 | 0.61 | 0 | 0.31 | 0.36 | 149.09 | 0.44 | 0.45 |
| Hex | 40 | A3 | 70 | 3D | 0 | 1F | 24 | 95 | 2C | 2D |
| Octal | 100 | 243 | 160 | 75 | 0 | 37 | 44 | 225 | 54 | 55 |
| Binary | 1000000 | 10100011 | 1110000 | 111101 | 0 | 11111 | 100100 | 10010101 | 101100 | 101101 |
Color Harmonies of #40A370
Complementary color
Monochromatic Colors of #40A370
Black with #40A370
Text Example
Text Example
White with #40A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A370; }
p { color: rgb(64,163,112); }
H1.HeaderClassName
{
color: #40A370;
}
.AnyTagClassName
{
color: #40A370;
}
</style>
background-color css
<style>
a { background-color: #40A370; }
a { background-color: rgb(64,163,112); }
div.DivClassName
{
background-color: #40A370;
}
.BgClassName
{
background-color: #40A370;
}
</style>
border-color css
<style>
span { border-color: #40A370; }
span { border-color: rgb(64,163,112); }
td.TdClassName
{
border-color: #40A370;
}
.TagClassName
{
border-color: #40A370;
}
</style>