Shades of Ocean Green #3D9B73
Tints of Ocean Green #3D9B73
RGB
CMYK
RGB Variations
Color information
#3D9B73 (or 0x3D9B73) is known color: Ocean Green. HEX triplet: 3D, 9B and 73. RGB value is (61,155,115). Sum of RGB (Red+Green+Blue) = 61+155+115=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9B73 is #C2648C. Grayscale: #7A7A7A. Windows color (decimal): -12739725 or 7576381. OLE color: 7576381.
HSL color Cylindrical-coordinate representation of color #3D9B73: hue angle of 154.47º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9B73 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 155 | 115 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.39 |
| HSL | 154.47º | 0.44% | 0.42% | - |
| HSV(B) | 154.47º | 0.61% | 0.61% | - |
| XYZ | 16.74 | 25.67 | 20.29 | - |
| YUV | 122.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 155 | 115 | 0.61 | 0 | 0.26 | 0.39 | 154.47 | 0.44 | 0.42 |
| Hex | 3D | 9B | 73 | 3D | 0 | 1A | 27 | 9A | 2C | 2A |
| Octal | 75 | 233 | 163 | 75 | 0 | 32 | 47 | 232 | 54 | 52 |
| Binary | 111101 | 10011011 | 1110011 | 111101 | 0 | 11010 | 100111 | 10011010 | 101100 | 101010 |
Color Harmonies of #3D9B73
Complementary color
Monochromatic Colors of #3D9B73
Black with #3D9B73
Text Example
Text Example
White with #3D9B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9B73; }
p { color: rgb(61,155,115); }
H1.HeaderClassName
{
color: #3D9B73;
}
.AnyTagClassName
{
color: #3D9B73;
}
</style>
background-color css
<style>
a { background-color: #3D9B73; }
a { background-color: rgb(61,155,115); }
div.DivClassName
{
background-color: #3D9B73;
}
.BgClassName
{
background-color: #3D9B73;
}
</style>
border-color css
<style>
span { border-color: #3D9B73; }
span { border-color: rgb(61,155,115); }
td.TdClassName
{
border-color: #3D9B73;
}
.TagClassName
{
border-color: #3D9B73;
}
</style>