Shades of Ocean Green #40A26D
Tints of Ocean Green #40A26D
RGB
CMYK
RGB Variations
Color information
#40A26D (or 0x40A26D) is known color: Ocean Green. HEX triplet: 40, A2 and 6D. RGB value is (64,162,109). Sum of RGB (Red+Green+Blue) = 64+162+109=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #40A26D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A26D is #BF5D92. Grayscale: #7E7E7E. Windows color (decimal): -12541331 or 7184960. OLE color: 7184960.
HSL color Cylindrical-coordinate representation of color #40A26D: hue angle of 147.55º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A26D is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 162 | 109 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.36 |
| HSL | 147.55º | 0.43% | 0.44% | - |
| HSV(B) | 147.55º | 0.6% | 0.64% | - |
| XYZ | 17.8 | 28.03 | 18.94 | - |
| YUV | 126.66 | 118.03 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 109 | 0.60 | 0 | 0.33 | 0.36 | 147.55 | 0.43 | 0.44 |
| Hex | 40 | A2 | 6D | 3C | 0 | 21 | 24 | 94 | 2B | 2C |
| Octal | 100 | 242 | 155 | 74 | 0 | 41 | 44 | 224 | 53 | 54 |
| Binary | 1000000 | 10100010 | 1101101 | 111100 | 0 | 100001 | 100100 | 10010100 | 101011 | 101100 |
Color Harmonies of #40A26D
Complementary color
Monochromatic Colors of #40A26D
Black with #40A26D
Text Example
Text Example
White with #40A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A26D; }
p { color: rgb(64,162,109); }
H1.HeaderClassName
{
color: #40A26D;
}
.AnyTagClassName
{
color: #40A26D;
}
</style>
background-color css
<style>
a { background-color: #40A26D; }
a { background-color: rgb(64,162,109); }
div.DivClassName
{
background-color: #40A26D;
}
.BgClassName
{
background-color: #40A26D;
}
</style>
border-color css
<style>
span { border-color: #40A26D; }
span { border-color: rgb(64,162,109); }
td.TdClassName
{
border-color: #40A26D;
}
.TagClassName
{
border-color: #40A26D;
}
</style>