Shades of Ocean Green #439972
Tints of Ocean Green #439972
RGB
CMYK
RGB Variations
Color information
#439972 (or 0x439972) is known color: Ocean Green. HEX triplet: 43, 99 and 72. RGB value is (67,153,114). Sum of RGB (Red+Green+Blue) = 67+153+114=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #439972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439972 is #BC668D. Grayscale: #7A7A7A. Windows color (decimal): -12347022 or 7510339. OLE color: 7510339.
HSL color Cylindrical-coordinate representation of color #439972: hue angle of 152.79º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439972 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 153 | 114 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.4 |
| HSL | 152.79º | 0.39% | 0.43% | - |
| HSV(B) | 152.79º | 0.56% | 0.6% | - |
| XYZ | 16.74 | 25.19 | 19.9 | - |
| YUV | 122.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 114 | 0.56 | 0 | 0.25 | 0.4 | 152.79 | 0.39 | 0.43 |
| Hex | 43 | 99 | 72 | 38 | 0 | 19 | 28 | 99 | 27 | 2B |
| Octal | 103 | 231 | 162 | 70 | 0 | 31 | 50 | 231 | 47 | 53 |
| Binary | 1000011 | 10011001 | 1110010 | 111000 | 0 | 11001 | 101000 | 10011001 | 100111 | 101011 |
Color Harmonies of #439972
Complementary color
Monochromatic Colors of #439972
Black with #439972
Text Example
Text Example
White with #439972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439972; }
p { color: rgb(67,153,114); }
H1.HeaderClassName
{
color: #439972;
}
.AnyTagClassName
{
color: #439972;
}
</style>
background-color css
<style>
a { background-color: #439972; }
a { background-color: rgb(67,153,114); }
div.DivClassName
{
background-color: #439972;
}
.BgClassName
{
background-color: #439972;
}
</style>
border-color css
<style>
span { border-color: #439972; }
span { border-color: rgb(67,153,114); }
td.TdClassName
{
border-color: #439972;
}
.TagClassName
{
border-color: #439972;
}
</style>