Shades of Ocean Green #449E73
Tints of Ocean Green #449E73
RGB
CMYK
RGB Variations
Color information
#449E73 (or 0x449E73) is known color: Ocean Green. HEX triplet: 44, 9E and 73. RGB value is (68,158,115). Sum of RGB (Red+Green+Blue) = 68+158+115=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #449E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E73 is #BB618C. Grayscale: #7E7E7E. Windows color (decimal): -12280205 or 7577156. OLE color: 7577156.
HSL color Cylindrical-coordinate representation of color #449E73: hue angle of 151.33º 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 #449E73 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 115 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.38 |
| HSL | 151.33º | 0.4% | 0.44% | - |
| HSV(B) | 151.33º | 0.57% | 0.62% | - |
| XYZ | 17.71 | 26.92 | 20.48 | - |
| YUV | 126.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 115 | 0.57 | 0 | 0.27 | 0.38 | 151.33 | 0.4 | 0.44 |
| Hex | 44 | 9E | 73 | 39 | 0 | 1B | 26 | 97 | 28 | 2C |
| Octal | 104 | 236 | 163 | 71 | 0 | 33 | 46 | 227 | 50 | 54 |
| Binary | 1000100 | 10011110 | 1110011 | 111001 | 0 | 11011 | 100110 | 10010111 | 101000 | 101100 |
Color Harmonies of #449E73
Complementary color
Monochromatic Colors of #449E73
Black with #449E73
Text Example
Text Example
White with #449E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E73; }
p { color: rgb(68,158,115); }
H1.HeaderClassName
{
color: #449E73;
}
.AnyTagClassName
{
color: #449E73;
}
</style>
background-color css
<style>
a { background-color: #449E73; }
a { background-color: rgb(68,158,115); }
div.DivClassName
{
background-color: #449E73;
}
.BgClassName
{
background-color: #449E73;
}
</style>
border-color css
<style>
span { border-color: #449E73; }
span { border-color: rgb(68,158,115); }
td.TdClassName
{
border-color: #449E73;
}
.TagClassName
{
border-color: #449E73;
}
</style>