Shades of Ocean Green #40A46B
Tints of Ocean Green #40A46B
RGB
CMYK
RGB Variations
Color information
#40A46B (or 0x40A46B) is known color: Ocean Green. HEX triplet: 40, A4 and 6B. RGB value is (64,164,107). Sum of RGB (Red+Green+Blue) = 64+164+107=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #40A46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A46B is #BF5B94. Grayscale: #7F7F7F. Windows color (decimal): -12540821 or 7054400. OLE color: 7054400.
HSL color Cylindrical-coordinate representation of color #40A46B: hue angle of 145.8º 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 #40A46B is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 164 | 107 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.36 |
| HSL | 145.8º | 0.44% | 0.45% | - |
| HSV(B) | 145.8º | 0.61% | 0.64% | - |
| XYZ | 18.04 | 28.7 | 18.5 | - |
| YUV | 127.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 164 | 107 | 0.61 | 0 | 0.35 | 0.36 | 145.8 | 0.44 | 0.45 |
| Hex | 40 | A4 | 6B | 3D | 0 | 23 | 24 | 92 | 2C | 2D |
| Octal | 100 | 244 | 153 | 75 | 0 | 43 | 44 | 222 | 54 | 55 |
| Binary | 1000000 | 10100100 | 1101011 | 111101 | 0 | 100011 | 100100 | 10010010 | 101100 | 101101 |
Color Harmonies of #40A46B
Complementary color
Monochromatic Colors of #40A46B
Black with #40A46B
Text Example
Text Example
White with #40A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A46B; }
p { color: rgb(64,164,107); }
H1.HeaderClassName
{
color: #40A46B;
}
.AnyTagClassName
{
color: #40A46B;
}
</style>
background-color css
<style>
a { background-color: #40A46B; }
a { background-color: rgb(64,164,107); }
div.DivClassName
{
background-color: #40A46B;
}
.BgClassName
{
background-color: #40A46B;
}
</style>
border-color css
<style>
span { border-color: #40A46B; }
span { border-color: rgb(64,164,107); }
td.TdClassName
{
border-color: #40A46B;
}
.TagClassName
{
border-color: #40A46B;
}
</style>