Shades of Ocean Green #3E9C71
Tints of Ocean Green #3E9C71
RGB
CMYK
RGB Variations
Color information
#3E9C71 (or 0x3E9C71) is known color: Ocean Green. HEX triplet: 3E, 9C and 71. RGB value is (62,156,113). Sum of RGB (Red+Green+Blue) = 62+156+113=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #3E9C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9C71 is #C1638E. Grayscale: #7B7B7B. Windows color (decimal): -12673935 or 7445566. OLE color: 7445566.
HSL color Cylindrical-coordinate representation of color #3E9C71: hue angle of 152.55º 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 #3E9C71 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 156 | 113 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.39 |
| HSL | 152.55º | 0.43% | 0.43% | - |
| HSV(B) | 152.55º | 0.6% | 0.61% | - |
| XYZ | 16.86 | 25.99 | 19.75 | - |
| YUV | 122.99 | 122.36 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 156 | 113 | 0.60 | 0 | 0.28 | 0.39 | 152.55 | 0.43 | 0.43 |
| Hex | 3E | 9C | 71 | 3C | 0 | 1C | 27 | 99 | 2B | 2B |
| Octal | 76 | 234 | 161 | 74 | 0 | 34 | 47 | 231 | 53 | 53 |
| Binary | 111110 | 10011100 | 1110001 | 111100 | 0 | 11100 | 100111 | 10011001 | 101011 | 101011 |
Color Harmonies of #3E9C71
Complementary color
Monochromatic Colors of #3E9C71
Black with #3E9C71
Text Example
Text Example
White with #3E9C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9C71; }
p { color: rgb(62,156,113); }
H1.HeaderClassName
{
color: #3E9C71;
}
.AnyTagClassName
{
color: #3E9C71;
}
</style>
background-color css
<style>
a { background-color: #3E9C71; }
a { background-color: rgb(62,156,113); }
div.DivClassName
{
background-color: #3E9C71;
}
.BgClassName
{
background-color: #3E9C71;
}
</style>
border-color css
<style>
span { border-color: #3E9C71; }
span { border-color: rgb(62,156,113); }
td.TdClassName
{
border-color: #3E9C71;
}
.TagClassName
{
border-color: #3E9C71;
}
</style>