Shades of Ocean Green #40A378
Tints of Ocean Green #40A378
RGB
CMYK
RGB Variations
Color information
#40A378 (or 0x40A378) is known color: Ocean Green. HEX triplet: 40, A3 and 78. RGB value is (64,163,120). Sum of RGB (Red+Green+Blue) = 64+163+120=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 163 (64.06% from 255 or 46.97% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 163 - color contains mainly: green. Hex color #40A378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A378 is #BF5C87. Grayscale: #808080. Windows color (decimal): -12541064 or 7906112. OLE color: 7906112.
HSL color Cylindrical-coordinate representation of color #40A378: hue angle of 153.94º 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 #40A378 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 163 | 120 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.36 |
| HSL | 153.94º | 0.44% | 0.45% | - |
| HSV(B) | 153.94º | 0.61% | 0.64% | - |
| XYZ | 18.6 | 28.64 | 22.32 | - |
| YUV | 128.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 163 | 120 | 0.61 | 0 | 0.26 | 0.36 | 153.94 | 0.44 | 0.45 |
| Hex | 40 | A3 | 78 | 3D | 0 | 1A | 24 | 9A | 2C | 2D |
| Octal | 100 | 243 | 170 | 75 | 0 | 32 | 44 | 232 | 54 | 55 |
| Binary | 1000000 | 10100011 | 1111000 | 111101 | 0 | 11010 | 100100 | 10011010 | 101100 | 101101 |
Color Harmonies of #40A378
Complementary color
Monochromatic Colors of #40A378
Black with #40A378
Text Example
Text Example
White with #40A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A378; }
p { color: rgb(64,163,120); }
H1.HeaderClassName
{
color: #40A378;
}
.AnyTagClassName
{
color: #40A378;
}
</style>
background-color css
<style>
a { background-color: #40A378; }
a { background-color: rgb(64,163,120); }
div.DivClassName
{
background-color: #40A378;
}
.BgClassName
{
background-color: #40A378;
}
</style>
border-color css
<style>
span { border-color: #40A378; }
span { border-color: rgb(64,163,120); }
td.TdClassName
{
border-color: #40A378;
}
.TagClassName
{
border-color: #40A378;
}
</style>