Shades of Ocean Green #439971
Tints of Ocean Green #439971
RGB
CMYK
RGB Variations
Color information
#439971 (or 0x439971) is known color: Ocean Green. HEX triplet: 43, 99 and 71. RGB value is (67,153,113). Sum of RGB (Red+Green+Blue) = 67+153+113=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #439971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439971 is #BC668E. Grayscale: #7A7A7A. Windows color (decimal): -12347023 or 7444803. OLE color: 7444803.
HSL color Cylindrical-coordinate representation of color #439971: hue angle of 152.09º 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 #439971 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 153 | 113 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.4 |
| HSL | 152.09º | 0.39% | 0.43% | - |
| HSV(B) | 152.09º | 0.56% | 0.6% | - |
| XYZ | 16.69 | 25.17 | 19.6 | - |
| YUV | 122.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 113 | 0.56 | 0 | 0.26 | 0.4 | 152.09 | 0.39 | 0.43 |
| Hex | 43 | 99 | 71 | 38 | 0 | 1A | 28 | 98 | 27 | 2B |
| Octal | 103 | 231 | 161 | 70 | 0 | 32 | 50 | 230 | 47 | 53 |
| Binary | 1000011 | 10011001 | 1110001 | 111000 | 0 | 11010 | 101000 | 10011000 | 100111 | 101011 |
Color Harmonies of #439971
Complementary color
Monochromatic Colors of #439971
Black with #439971
Text Example
Text Example
White with #439971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439971; }
p { color: rgb(67,153,113); }
H1.HeaderClassName
{
color: #439971;
}
.AnyTagClassName
{
color: #439971;
}
</style>
background-color css
<style>
a { background-color: #439971; }
a { background-color: rgb(67,153,113); }
div.DivClassName
{
background-color: #439971;
}
.BgClassName
{
background-color: #439971;
}
</style>
border-color css
<style>
span { border-color: #439971; }
span { border-color: rgb(67,153,113); }
td.TdClassName
{
border-color: #439971;
}
.TagClassName
{
border-color: #439971;
}
</style>