Shades of Ocean Green #449E79
Tints of Ocean Green #449E79
RGB
CMYK
RGB Variations
Color information
#449E79 (or 0x449E79) is known color: Ocean Green. HEX triplet: 44, 9E and 79. RGB value is (68,158,121). Sum of RGB (Red+Green+Blue) = 68+158+121=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #449E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E79 is #BB6186. Grayscale: #7E7E7E. Windows color (decimal): -12280199 or 7970372. OLE color: 7970372.
HSL color Cylindrical-coordinate representation of color #449E79: hue angle of 155.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 #449E79 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 158 | 121 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.38 |
| HSL | 155.33º | 0.4% | 0.44% | - |
| HSV(B) | 155.33º | 0.57% | 0.62% | - |
| XYZ | 18.06 | 27.06 | 22.36 | - |
| YUV | 126.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 158 | 121 | 0.57 | 0 | 0.23 | 0.38 | 155.33 | 0.4 | 0.44 |
| Hex | 44 | 9E | 79 | 39 | 0 | 17 | 26 | 9B | 28 | 2C |
| Octal | 104 | 236 | 171 | 71 | 0 | 27 | 46 | 233 | 50 | 54 |
| Binary | 1000100 | 10011110 | 1111001 | 111001 | 0 | 10111 | 100110 | 10011011 | 101000 | 101100 |
Color Harmonies of #449E79
Complementary color
Monochromatic Colors of #449E79
Black with #449E79
Text Example
Text Example
White with #449E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449E79; }
p { color: rgb(68,158,121); }
H1.HeaderClassName
{
color: #449E79;
}
.AnyTagClassName
{
color: #449E79;
}
</style>
background-color css
<style>
a { background-color: #449E79; }
a { background-color: rgb(68,158,121); }
div.DivClassName
{
background-color: #449E79;
}
.BgClassName
{
background-color: #449E79;
}
</style>
border-color css
<style>
span { border-color: #449E79; }
span { border-color: rgb(68,158,121); }
td.TdClassName
{
border-color: #449E79;
}
.TagClassName
{
border-color: #449E79;
}
</style>