Shades of Ocean Green #449873
Tints of Ocean Green #449873
RGB
CMYK
RGB Variations
Color information
#449873 (or 0x449873) is known color: Ocean Green. HEX triplet: 44, 98 and 73. RGB value is (68,152,115). Sum of RGB (Red+Green+Blue) = 68+152+115=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #449873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449873 is #BB678C. Grayscale: #7A7A7A. Windows color (decimal): -12281741 or 7575620. OLE color: 7575620.
HSL color Cylindrical-coordinate representation of color #449873: hue angle of 153.57º 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 #449873 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 152 | 115 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.40 |
| HSL | 153.57º | 0.38% | 0.43% | - |
| HSV(B) | 153.57º | 0.55% | 0.6% | - |
| XYZ | 16.71 | 24.92 | 20.15 | - |
| YUV | 122.67 | 123.67 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 115 | 0.55 | 0 | 0.24 | 0.40 | 153.57 | 0.38 | 0.43 |
| Hex | 44 | 98 | 73 | 37 | 0 | 18 | 28 | 9A | 26 | 2B |
| Octal | 104 | 230 | 163 | 67 | 0 | 30 | 50 | 232 | 46 | 53 |
| Binary | 1000100 | 10011000 | 1110011 | 110111 | 0 | 11000 | 101000 | 10011010 | 100110 | 101011 |
Color Harmonies of #449873
Complementary color
Monochromatic Colors of #449873
Black with #449873
Text Example
Text Example
White with #449873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449873; }
p { color: rgb(68,152,115); }
H1.HeaderClassName
{
color: #449873;
}
.AnyTagClassName
{
color: #449873;
}
</style>
background-color css
<style>
a { background-color: #449873; }
a { background-color: rgb(68,152,115); }
div.DivClassName
{
background-color: #449873;
}
.BgClassName
{
background-color: #449873;
}
</style>
border-color css
<style>
span { border-color: #449873; }
span { border-color: rgb(68,152,115); }
td.TdClassName
{
border-color: #449873;
}
.TagClassName
{
border-color: #449873;
}
</style>