Shades of Ocean Green #449F6D
Tints of Ocean Green #449F6D
RGB
CMYK
RGB Variations
Color information
#449F6D (or 0x449F6D) is known color: Ocean Green. HEX triplet: 44, 9F and 6D. RGB value is (68,159,109). Sum of RGB (Red+Green+Blue) = 68+159+109=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #449F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F6D is #BB6092. Grayscale: #7E7E7E. Windows color (decimal): -12279955 or 7184196. OLE color: 7184196.
HSL color Cylindrical-coordinate representation of color #449F6D: hue angle of 147.03º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F6D is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 109 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.38 |
| HSL | 147.03º | 0.4% | 0.45% | - |
| HSV(B) | 147.03º | 0.57% | 0.62% | - |
| XYZ | 17.54 | 27.13 | 18.78 | - |
| YUV | 126.09 | 118.35 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 109 | 0.57 | 0 | 0.31 | 0.38 | 147.03 | 0.4 | 0.45 |
| Hex | 44 | 9F | 6D | 39 | 0 | 1F | 26 | 93 | 28 | 2D |
| Octal | 104 | 237 | 155 | 71 | 0 | 37 | 46 | 223 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1101101 | 111001 | 0 | 11111 | 100110 | 10010011 | 101000 | 101101 |
Color Harmonies of #449F6D
Complementary color
Monochromatic Colors of #449F6D
Black with #449F6D
Text Example
Text Example
White with #449F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F6D; }
p { color: rgb(68,159,109); }
H1.HeaderClassName
{
color: #449F6D;
}
.AnyTagClassName
{
color: #449F6D;
}
</style>
background-color css
<style>
a { background-color: #449F6D; }
a { background-color: rgb(68,159,109); }
div.DivClassName
{
background-color: #449F6D;
}
.BgClassName
{
background-color: #449F6D;
}
</style>
border-color css
<style>
span { border-color: #449F6D; }
span { border-color: rgb(68,159,109); }
td.TdClassName
{
border-color: #449F6D;
}
.TagClassName
{
border-color: #449F6D;
}
</style>