Shades of Ocean Green #3E9C70
Tints of Ocean Green #3E9C70
RGB
CMYK
RGB Variations
Color information
#3E9C70 (or 0x3E9C70) is known color: Ocean Green. HEX triplet: 3E, 9C and 70. RGB value is (62,156,112). Sum of RGB (Red+Green+Blue) = 62+156+112=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #3E9C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9C70 is #C1638F. Grayscale: #7A7A7A. Windows color (decimal): -12673936 or 7380030. OLE color: 7380030.
HSL color Cylindrical-coordinate representation of color #3E9C70: hue angle of 151.91º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E9C70 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 156 | 112 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.39 |
| HSL | 151.91º | 0.43% | 0.43% | - |
| HSV(B) | 151.91º | 0.6% | 0.61% | - |
| XYZ | 16.8 | 25.97 | 19.46 | - |
| YUV | 122.88 | 121.86 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 156 | 112 | 0.60 | 0 | 0.28 | 0.39 | 151.91 | 0.43 | 0.43 |
| Hex | 3E | 9C | 70 | 3C | 0 | 1C | 27 | 98 | 2B | 2B |
| Octal | 76 | 234 | 160 | 74 | 0 | 34 | 47 | 230 | 53 | 53 |
| Binary | 111110 | 10011100 | 1110000 | 111100 | 0 | 11100 | 100111 | 10011000 | 101011 | 101011 |
Color Harmonies of #3E9C70
Complementary color
Monochromatic Colors of #3E9C70
Black with #3E9C70
Text Example
Text Example
White with #3E9C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9C70; }
p { color: rgb(62,156,112); }
H1.HeaderClassName
{
color: #3E9C70;
}
.AnyTagClassName
{
color: #3E9C70;
}
</style>
background-color css
<style>
a { background-color: #3E9C70; }
a { background-color: rgb(62,156,112); }
div.DivClassName
{
background-color: #3E9C70;
}
.BgClassName
{
background-color: #3E9C70;
}
</style>
border-color css
<style>
span { border-color: #3E9C70; }
span { border-color: rgb(62,156,112); }
td.TdClassName
{
border-color: #3E9C70;
}
.TagClassName
{
border-color: #3E9C70;
}
</style>