Shades of Ocean Green #439F74
Tints of Ocean Green #439F74
RGB
CMYK
RGB Variations
Color information
#439F74 (or 0x439F74) is known color: Ocean Green. HEX triplet: 43, 9F and 74. RGB value is (67,159,116). Sum of RGB (Red+Green+Blue) = 67+159+116=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 159 - color contains mainly: green. Hex color #439F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439F74 is #BC608B. Grayscale: #7E7E7E. Windows color (decimal): -12345484 or 7642947. OLE color: 7642947.
HSL color Cylindrical-coordinate representation of color #439F74: hue angle of 151.96º degrees, saturation: 0.41, 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 #439F74 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 159 | 116 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.38 |
| HSL | 151.96º | 0.41% | 0.44% | - |
| HSV(B) | 151.96º | 0.58% | 0.62% | - |
| XYZ | 17.87 | 27.25 | 20.84 | - |
| YUV | 126.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 159 | 116 | 0.58 | 0 | 0.27 | 0.38 | 151.96 | 0.41 | 0.44 |
| Hex | 43 | 9F | 74 | 3A | 0 | 1B | 26 | 98 | 29 | 2C |
| Octal | 103 | 237 | 164 | 72 | 0 | 33 | 46 | 230 | 51 | 54 |
| Binary | 1000011 | 10011111 | 1110100 | 111010 | 0 | 11011 | 100110 | 10011000 | 101001 | 101100 |
Color Harmonies of #439F74
Complementary color
Monochromatic Colors of #439F74
Black with #439F74
Text Example
Text Example
White with #439F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439F74; }
p { color: rgb(67,159,116); }
H1.HeaderClassName
{
color: #439F74;
}
.AnyTagClassName
{
color: #439F74;
}
</style>
background-color css
<style>
a { background-color: #439F74; }
a { background-color: rgb(67,159,116); }
div.DivClassName
{
background-color: #439F74;
}
.BgClassName
{
background-color: #439F74;
}
</style>
border-color css
<style>
span { border-color: #439F74; }
span { border-color: rgb(67,159,116); }
td.TdClassName
{
border-color: #439F74;
}
.TagClassName
{
border-color: #439F74;
}
</style>