Shades of Ocean Green #449D73
Tints of Ocean Green #449D73
RGB
CMYK
RGB Variations
Color information
#449D73 (or 0x449D73) is known color: Ocean Green. HEX triplet: 44, 9D and 73. RGB value is (68,157,115). Sum of RGB (Red+Green+Blue) = 68+157+115=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #449D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D73 is #BB628C. Grayscale: #7D7D7D. Windows color (decimal): -12280461 or 7576900. OLE color: 7576900.
HSL color Cylindrical-coordinate representation of color #449D73: hue angle of 151.69º 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 #449D73 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 115 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.38 |
| HSL | 151.69º | 0.4% | 0.44% | - |
| HSV(B) | 151.69º | 0.57% | 0.62% | - |
| XYZ | 17.54 | 26.58 | 20.43 | - |
| YUV | 125.6 | 122.01 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 115 | 0.57 | 0 | 0.27 | 0.38 | 151.69 | 0.4 | 0.44 |
| Hex | 44 | 9D | 73 | 39 | 0 | 1B | 26 | 98 | 28 | 2C |
| Octal | 104 | 235 | 163 | 71 | 0 | 33 | 46 | 230 | 50 | 54 |
| Binary | 1000100 | 10011101 | 1110011 | 111001 | 0 | 11011 | 100110 | 10011000 | 101000 | 101100 |
Color Harmonies of #449D73
Complementary color
Monochromatic Colors of #449D73
Black with #449D73
Text Example
Text Example
White with #449D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D73; }
p { color: rgb(68,157,115); }
H1.HeaderClassName
{
color: #449D73;
}
.AnyTagClassName
{
color: #449D73;
}
</style>
background-color css
<style>
a { background-color: #449D73; }
a { background-color: rgb(68,157,115); }
div.DivClassName
{
background-color: #449D73;
}
.BgClassName
{
background-color: #449D73;
}
</style>
border-color css
<style>
span { border-color: #449D73; }
span { border-color: rgb(68,157,115); }
td.TdClassName
{
border-color: #449D73;
}
.TagClassName
{
border-color: #449D73;
}
</style>