Shades of Ocean Green #439E6D
Tints of Ocean Green #439E6D
RGB
CMYK
RGB Variations
Color information
#439E6D (or 0x439E6D) is known color: Ocean Green. HEX triplet: 43, 9E and 6D. RGB value is (67,158,109). Sum of RGB (Red+Green+Blue) = 67+158+109=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #439E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439E6D is #BC6192. Grayscale: #7D7D7D. Windows color (decimal): -12345747 or 7183939. OLE color: 7183939.
HSL color Cylindrical-coordinate representation of color #439E6D: hue angle of 147.69º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #439E6D is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 158 | 109 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.38 |
| HSL | 147.69º | 0.4% | 0.44% | - |
| HSV(B) | 147.69º | 0.58% | 0.62% | - |
| XYZ | 17.3 | 26.75 | 18.72 | - |
| YUV | 125.21 | 118.85 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 158 | 109 | 0.58 | 0 | 0.31 | 0.38 | 147.69 | 0.4 | 0.44 |
| Hex | 43 | 9E | 6D | 3A | 0 | 1F | 26 | 94 | 28 | 2C |
| Octal | 103 | 236 | 155 | 72 | 0 | 37 | 46 | 224 | 50 | 54 |
| Binary | 1000011 | 10011110 | 1101101 | 111010 | 0 | 11111 | 100110 | 10010100 | 101000 | 101100 |
Color Harmonies of #439E6D
Complementary color
Monochromatic Colors of #439E6D
Black with #439E6D
Text Example
Text Example
White with #439E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439E6D; }
p { color: rgb(67,158,109); }
H1.HeaderClassName
{
color: #439E6D;
}
.AnyTagClassName
{
color: #439E6D;
}
</style>
background-color css
<style>
a { background-color: #439E6D; }
a { background-color: rgb(67,158,109); }
div.DivClassName
{
background-color: #439E6D;
}
.BgClassName
{
background-color: #439E6D;
}
</style>
border-color css
<style>
span { border-color: #439E6D; }
span { border-color: rgb(67,158,109); }
td.TdClassName
{
border-color: #439E6D;
}
.TagClassName
{
border-color: #439E6D;
}
</style>