Shades of Ocean Green #3EA275
Tints of Ocean Green #3EA275
RGB
CMYK
RGB Variations
Color information
#3EA275 (or 0x3EA275) is known color: Ocean Green. HEX triplet: 3E, A2 and 75. RGB value is (62,162,117). Sum of RGB (Red+Green+Blue) = 62+162+117=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #3EA275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA275 is #C15D8A. Grayscale: #7F7F7F. Windows color (decimal): -12672395 or 7709246. OLE color: 7709246.
HSL color Cylindrical-coordinate representation of color #3EA275: hue angle of 153º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA275 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 162 | 117 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.36 |
| HSL | 153º | 0.45% | 0.44% | - |
| HSV(B) | 153º | 0.62% | 0.64% | - |
| XYZ | 18.12 | 28.15 | 21.31 | - |
| YUV | 126.97 | 122.37 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 162 | 117 | 0.62 | 0 | 0.28 | 0.36 | 153 | 0.45 | 0.44 |
| Hex | 3E | A2 | 75 | 3E | 0 | 1C | 24 | 99 | 2D | 2C |
| Octal | 76 | 242 | 165 | 76 | 0 | 34 | 44 | 231 | 55 | 54 |
| Binary | 111110 | 10100010 | 1110101 | 111110 | 0 | 11100 | 100100 | 10011001 | 101101 | 101100 |
Color Harmonies of #3EA275
Complementary color
Monochromatic Colors of #3EA275
Black with #3EA275
Text Example
Text Example
White with #3EA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA275; }
p { color: rgb(62,162,117); }
H1.HeaderClassName
{
color: #3EA275;
}
.AnyTagClassName
{
color: #3EA275;
}
</style>
background-color css
<style>
a { background-color: #3EA275; }
a { background-color: rgb(62,162,117); }
div.DivClassName
{
background-color: #3EA275;
}
.BgClassName
{
background-color: #3EA275;
}
</style>
border-color css
<style>
span { border-color: #3EA275; }
span { border-color: rgb(62,162,117); }
td.TdClassName
{
border-color: #3EA275;
}
.TagClassName
{
border-color: #3EA275;
}
</style>