Shades of Ocean Green #449875
Tints of Ocean Green #449875
RGB
CMYK
RGB Variations
Color information
#449875 (or 0x449875) is known color: Ocean Green. HEX triplet: 44, 98 and 75. RGB value is (68,152,117). Sum of RGB (Red+Green+Blue) = 68+152+117=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #449875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449875 is #BB678A. Grayscale: #7A7A7A. Windows color (decimal): -12281739 or 7706692. OLE color: 7706692.
HSL color Cylindrical-coordinate representation of color #449875: hue angle of 155º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449875 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 152 | 117 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.40 |
| HSL | 155º | 0.38% | 0.43% | - |
| HSV(B) | 155º | 0.55% | 0.6% | - |
| XYZ | 16.82 | 24.97 | 20.76 | - |
| YUV | 122.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 117 | 0.55 | 0 | 0.23 | 0.40 | 155 | 0.38 | 0.43 |
| Hex | 44 | 98 | 75 | 37 | 0 | 17 | 28 | 9B | 26 | 2B |
| Octal | 104 | 230 | 165 | 67 | 0 | 27 | 50 | 233 | 46 | 53 |
| Binary | 1000100 | 10011000 | 1110101 | 110111 | 0 | 10111 | 101000 | 10011011 | 100110 | 101011 |
Color Harmonies of #449875
Complementary color
Monochromatic Colors of #449875
Black with #449875
Text Example
Text Example
White with #449875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449875; }
p { color: rgb(68,152,117); }
H1.HeaderClassName
{
color: #449875;
}
.AnyTagClassName
{
color: #449875;
}
</style>
background-color css
<style>
a { background-color: #449875; }
a { background-color: rgb(68,152,117); }
div.DivClassName
{
background-color: #449875;
}
.BgClassName
{
background-color: #449875;
}
</style>
border-color css
<style>
span { border-color: #449875; }
span { border-color: rgb(68,152,117); }
td.TdClassName
{
border-color: #449875;
}
.TagClassName
{
border-color: #449875;
}
</style>