Shades of Ocean Green #3E9C72
Tints of Ocean Green #3E9C72
RGB
CMYK
RGB Variations
Color information
#3E9C72 (or 0x3E9C72) is known color: Ocean Green. HEX triplet: 3E, 9C and 72. RGB value is (62,156,114). Sum of RGB (Red+Green+Blue) = 62+156+114=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #3E9C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9C72 is #C1638D. Grayscale: #7B7B7B. Windows color (decimal): -12673934 or 7511102. OLE color: 7511102.
HSL color Cylindrical-coordinate representation of color #3E9C72: hue angle of 153.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 #3E9C72 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 156 | 114 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.39 |
| HSL | 153.19º | 0.43% | 0.43% | - |
| HSV(B) | 153.19º | 0.6% | 0.61% | - |
| XYZ | 16.91 | 26.02 | 20.05 | - |
| YUV | 123.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 156 | 114 | 0.60 | 0 | 0.27 | 0.39 | 153.19 | 0.43 | 0.43 |
| Hex | 3E | 9C | 72 | 3C | 0 | 1B | 27 | 99 | 2B | 2B |
| Octal | 76 | 234 | 162 | 74 | 0 | 33 | 47 | 231 | 53 | 53 |
| Binary | 111110 | 10011100 | 1110010 | 111100 | 0 | 11011 | 100111 | 10011001 | 101011 | 101011 |
Color Harmonies of #3E9C72
Complementary color
Monochromatic Colors of #3E9C72
Black with #3E9C72
Text Example
Text Example
White with #3E9C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9C72; }
p { color: rgb(62,156,114); }
H1.HeaderClassName
{
color: #3E9C72;
}
.AnyTagClassName
{
color: #3E9C72;
}
</style>
background-color css
<style>
a { background-color: #3E9C72; }
a { background-color: rgb(62,156,114); }
div.DivClassName
{
background-color: #3E9C72;
}
.BgClassName
{
background-color: #3E9C72;
}
</style>
border-color css
<style>
span { border-color: #3E9C72; }
span { border-color: rgb(62,156,114); }
td.TdClassName
{
border-color: #3E9C72;
}
.TagClassName
{
border-color: #3E9C72;
}
</style>