Shades of Ocean Green #3E9B73
Tints of Ocean Green #3E9B73
RGB
CMYK
RGB Variations
Color information
#3E9B73 (or 0x3E9B73) is known color: Ocean Green. HEX triplet: 3E, 9B and 73. RGB value is (62,155,115). Sum of RGB (Red+Green+Blue) = 62+155+115=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #3E9B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9B73 is #C1648C. Grayscale: #7A7A7A. Windows color (decimal): -12674189 or 7576382. OLE color: 7576382.
HSL color Cylindrical-coordinate representation of color #3E9B73: hue angle of 154.19º 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 #3E9B73 is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 155 | 115 | - |
| CMYK | 0.6 | 0 | 0.26 | 0.39 |
| HSL | 154.19º | 0.43% | 0.43% | - |
| HSV(B) | 154.19º | 0.6% | 0.61% | - |
| XYZ | 16.8 | 25.7 | 20.3 | - |
| YUV | 122.63 | 123.69 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 155 | 115 | 0.6 | 0 | 0.26 | 0.39 | 154.19 | 0.43 | 0.43 |
| Hex | 3E | 9B | 73 | 3C | 0 | 1A | 27 | 9A | 2B | 2B |
| Octal | 76 | 233 | 163 | 74 | 0 | 32 | 47 | 232 | 53 | 53 |
| Binary | 111110 | 10011011 | 1110011 | 111100 | 0 | 11010 | 100111 | 10011010 | 101011 | 101011 |
Color Harmonies of #3E9B73
Complementary color
Monochromatic Colors of #3E9B73
Black with #3E9B73
Text Example
Text Example
White with #3E9B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9B73; }
p { color: rgb(62,155,115); }
H1.HeaderClassName
{
color: #3E9B73;
}
.AnyTagClassName
{
color: #3E9B73;
}
</style>
background-color css
<style>
a { background-color: #3E9B73; }
a { background-color: rgb(62,155,115); }
div.DivClassName
{
background-color: #3E9B73;
}
.BgClassName
{
background-color: #3E9B73;
}
</style>
border-color css
<style>
span { border-color: #3E9B73; }
span { border-color: rgb(62,155,115); }
td.TdClassName
{
border-color: #3E9B73;
}
.TagClassName
{
border-color: #3E9B73;
}
</style>