Shades of Ocean Green #449E71
Tints of Ocean Green #449E71
RGB
CMYK
RGB Variations
Color information
#449E71 (or 0x449E71) is known color: Ocean Green. HEX triplet: 44, 9E and 71. RGB value is (68,158,113). Sum of RGB (Red+Green+Blue) = 68+158+113=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #449E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E71 is #BB618E. Grayscale: #7E7E7E. Windows color (decimal): -12280207 or 7446084. OLE color: 7446084.
HSL color Cylindrical-coordinate representation of color #449E71: hue angle of 150º 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 #449E71 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 113 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.38 |
| HSL | 150º | 0.4% | 0.44% | - |
| HSV(B) | 150º | 0.57% | 0.62% | - |
| XYZ | 17.59 | 26.87 | 19.88 | - |
| YUV | 125.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 113 | 0.57 | 0 | 0.28 | 0.38 | 150 | 0.4 | 0.44 |
| Hex | 44 | 9E | 71 | 39 | 0 | 1C | 26 | 96 | 28 | 2C |
| Octal | 104 | 236 | 161 | 71 | 0 | 34 | 46 | 226 | 50 | 54 |
| Binary | 1000100 | 10011110 | 1110001 | 111001 | 0 | 11100 | 100110 | 10010110 | 101000 | 101100 |
Color Harmonies of #449E71
Complementary color
Monochromatic Colors of #449E71
Black with #449E71
Text Example
Text Example
White with #449E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E71; }
p { color: rgb(68,158,113); }
H1.HeaderClassName
{
color: #449E71;
}
.AnyTagClassName
{
color: #449E71;
}
</style>
background-color css
<style>
a { background-color: #449E71; }
a { background-color: rgb(68,158,113); }
div.DivClassName
{
background-color: #449E71;
}
.BgClassName
{
background-color: #449E71;
}
</style>
border-color css
<style>
span { border-color: #449E71; }
span { border-color: rgb(68,158,113); }
td.TdClassName
{
border-color: #449E71;
}
.TagClassName
{
border-color: #449E71;
}
</style>