Shades of Ocean Green #439D6D
Tints of Ocean Green #439D6D
RGB
CMYK
RGB Variations
Color information
#439D6D (or 0x439D6D) is known color: Ocean Green. HEX triplet: 43, 9D and 6D. RGB value is (67,157,109). Sum of RGB (Red+Green+Blue) = 67+157+109=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #439D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439D6D is #BC6292. Grayscale: #7C7C7C. Windows color (decimal): -12346003 or 7183683. OLE color: 7183683.
HSL color Cylindrical-coordinate representation of color #439D6D: hue angle of 148º 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 #439D6D is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 157 | 109 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.38 |
| HSL | 148º | 0.4% | 0.44% | - |
| HSV(B) | 148º | 0.57% | 0.62% | - |
| XYZ | 17.13 | 26.41 | 18.66 | - |
| YUV | 124.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 157 | 109 | 0.57 | 0 | 0.31 | 0.38 | 148 | 0.4 | 0.44 |
| Hex | 43 | 9D | 6D | 39 | 0 | 1F | 26 | 94 | 28 | 2C |
| Octal | 103 | 235 | 155 | 71 | 0 | 37 | 46 | 224 | 50 | 54 |
| Binary | 1000011 | 10011101 | 1101101 | 111001 | 0 | 11111 | 100110 | 10010100 | 101000 | 101100 |
Color Harmonies of #439D6D
Complementary color
Monochromatic Colors of #439D6D
Black with #439D6D
Text Example
Text Example
White with #439D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439D6D; }
p { color: rgb(67,157,109); }
H1.HeaderClassName
{
color: #439D6D;
}
.AnyTagClassName
{
color: #439D6D;
}
</style>
background-color css
<style>
a { background-color: #439D6D; }
a { background-color: rgb(67,157,109); }
div.DivClassName
{
background-color: #439D6D;
}
.BgClassName
{
background-color: #439D6D;
}
</style>
border-color css
<style>
span { border-color: #439D6D; }
span { border-color: rgb(67,157,109); }
td.TdClassName
{
border-color: #439D6D;
}
.TagClassName
{
border-color: #439D6D;
}
</style>