Shades of Ocean Green #449872
Tints of Ocean Green #449872
RGB
CMYK
RGB Variations
Color information
#449872 (or 0x449872) is known color: Ocean Green. HEX triplet: 44, 98 and 72. RGB value is (68,152,114). Sum of RGB (Red+Green+Blue) = 68+152+114=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #449872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449872 is #BB678D. Grayscale: #7A7A7A. Windows color (decimal): -12281742 or 7510084. OLE color: 7510084.
HSL color Cylindrical-coordinate representation of color #449872: hue angle of 152.86º 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 #449872 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 152 | 114 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.40 |
| HSL | 152.86º | 0.38% | 0.43% | - |
| HSV(B) | 152.86º | 0.55% | 0.6% | - |
| XYZ | 16.65 | 24.9 | 19.85 | - |
| YUV | 122.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 114 | 0.55 | 0 | 0.25 | 0.40 | 152.86 | 0.38 | 0.43 |
| Hex | 44 | 98 | 72 | 37 | 0 | 19 | 28 | 99 | 26 | 2B |
| Octal | 104 | 230 | 162 | 67 | 0 | 31 | 50 | 231 | 46 | 53 |
| Binary | 1000100 | 10011000 | 1110010 | 110111 | 0 | 11001 | 101000 | 10011001 | 100110 | 101011 |
Color Harmonies of #449872
Complementary color
Monochromatic Colors of #449872
Black with #449872
Text Example
Text Example
White with #449872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449872; }
p { color: rgb(68,152,114); }
H1.HeaderClassName
{
color: #449872;
}
.AnyTagClassName
{
color: #449872;
}
</style>
background-color css
<style>
a { background-color: #449872; }
a { background-color: rgb(68,152,114); }
div.DivClassName
{
background-color: #449872;
}
.BgClassName
{
background-color: #449872;
}
</style>
border-color css
<style>
span { border-color: #449872; }
span { border-color: rgb(68,152,114); }
td.TdClassName
{
border-color: #449872;
}
.TagClassName
{
border-color: #449872;
}
</style>