Shades of Ocean Green #439D72
Tints of Ocean Green #439D72
RGB
CMYK
RGB Variations
Color information
#439D72 (or 0x439D72) is known color: Ocean Green. HEX triplet: 43, 9D and 72. RGB value is (67,157,114). Sum of RGB (Red+Green+Blue) = 67+157+114=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #439D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439D72 is #BC628D. Grayscale: #7D7D7D. Windows color (decimal): -12345998 or 7511363. OLE color: 7511363.
HSL color Cylindrical-coordinate representation of color #439D72: hue angle of 151.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439D72 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 157 | 114 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.38 |
| HSL | 151.33º | 0.4% | 0.44% | - |
| HSV(B) | 151.33º | 0.57% | 0.62% | - |
| XYZ | 17.41 | 26.52 | 20.12 | - |
| YUV | 125.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 157 | 114 | 0.57 | 0 | 0.27 | 0.38 | 151.33 | 0.4 | 0.44 |
| Hex | 43 | 9D | 72 | 39 | 0 | 1B | 26 | 97 | 28 | 2C |
| Octal | 103 | 235 | 162 | 71 | 0 | 33 | 46 | 227 | 50 | 54 |
| Binary | 1000011 | 10011101 | 1110010 | 111001 | 0 | 11011 | 100110 | 10010111 | 101000 | 101100 |
Color Harmonies of #439D72
Complementary color
Monochromatic Colors of #439D72
Black with #439D72
Text Example
Text Example
White with #439D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439D72; }
p { color: rgb(67,157,114); }
H1.HeaderClassName
{
color: #439D72;
}
.AnyTagClassName
{
color: #439D72;
}
</style>
background-color css
<style>
a { background-color: #439D72; }
a { background-color: rgb(67,157,114); }
div.DivClassName
{
background-color: #439D72;
}
.BgClassName
{
background-color: #439D72;
}
</style>
border-color css
<style>
span { border-color: #439D72; }
span { border-color: rgb(67,157,114); }
td.TdClassName
{
border-color: #439D72;
}
.TagClassName
{
border-color: #439D72;
}
</style>