Shades of Ocean Green #449D72
Tints of Ocean Green #449D72
RGB
CMYK
RGB Variations
Color information
#449D72 (or 0x449D72) is known color: Ocean Green. HEX triplet: 44, 9D and 72. RGB value is (68,157,114). Sum of RGB (Red+Green+Blue) = 68+157+114=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #449D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D72 is #BB628D. Grayscale: #7D7D7D. Windows color (decimal): -12280462 or 7511364. OLE color: 7511364.
HSL color Cylindrical-coordinate representation of color #449D72: hue angle of 151.01º 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 #449D72 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 114 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.38 |
| HSL | 151.01º | 0.4% | 0.44% | - |
| HSV(B) | 151.01º | 0.57% | 0.62% | - |
| XYZ | 17.48 | 26.56 | 20.12 | - |
| YUV | 125.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 114 | 0.57 | 0 | 0.27 | 0.38 | 151.01 | 0.4 | 0.44 |
| Hex | 44 | 9D | 72 | 39 | 0 | 1B | 26 | 97 | 28 | 2C |
| Octal | 104 | 235 | 162 | 71 | 0 | 33 | 46 | 227 | 50 | 54 |
| Binary | 1000100 | 10011101 | 1110010 | 111001 | 0 | 11011 | 100110 | 10010111 | 101000 | 101100 |
Color Harmonies of #449D72
Complementary color
Monochromatic Colors of #449D72
Black with #449D72
Text Example
Text Example
White with #449D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D72; }
p { color: rgb(68,157,114); }
H1.HeaderClassName
{
color: #449D72;
}
.AnyTagClassName
{
color: #449D72;
}
</style>
background-color css
<style>
a { background-color: #449D72; }
a { background-color: rgb(68,157,114); }
div.DivClassName
{
background-color: #449D72;
}
.BgClassName
{
background-color: #449D72;
}
</style>
border-color css
<style>
span { border-color: #449D72; }
span { border-color: rgb(68,157,114); }
td.TdClassName
{
border-color: #449D72;
}
.TagClassName
{
border-color: #449D72;
}
</style>