Shades of Ocean Green #449B70
Tints of Ocean Green #449B70
RGB
CMYK
RGB Variations
Color information
#449B70 (or 0x449B70) is known color: Ocean Green. HEX triplet: 44, 9B and 70. RGB value is (68,155,112). Sum of RGB (Red+Green+Blue) = 68+155+112=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #449B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B70 is #BB648F. Grayscale: #7C7C7C. Windows color (decimal): -12280976 or 7379780. OLE color: 7379780.
HSL color Cylindrical-coordinate representation of color #449B70: hue angle of 150.34º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B70 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 112 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.39 |
| HSL | 150.34º | 0.39% | 0.44% | - |
| HSV(B) | 150.34º | 0.56% | 0.61% | - |
| XYZ | 17.03 | 25.84 | 19.42 | - |
| YUV | 124.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 112 | 0.56 | 0 | 0.28 | 0.39 | 150.34 | 0.39 | 0.44 |
| Hex | 44 | 9B | 70 | 38 | 0 | 1C | 27 | 96 | 27 | 2C |
| Octal | 104 | 233 | 160 | 70 | 0 | 34 | 47 | 226 | 47 | 54 |
| Binary | 1000100 | 10011011 | 1110000 | 111000 | 0 | 11100 | 100111 | 10010110 | 100111 | 101100 |
Color Harmonies of #449B70
Complementary color
Monochromatic Colors of #449B70
Black with #449B70
Text Example
Text Example
White with #449B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B70; }
p { color: rgb(68,155,112); }
H1.HeaderClassName
{
color: #449B70;
}
.AnyTagClassName
{
color: #449B70;
}
</style>
background-color css
<style>
a { background-color: #449B70; }
a { background-color: rgb(68,155,112); }
div.DivClassName
{
background-color: #449B70;
}
.BgClassName
{
background-color: #449B70;
}
</style>
border-color css
<style>
span { border-color: #449B70; }
span { border-color: rgb(68,155,112); }
td.TdClassName
{
border-color: #449B70;
}
.TagClassName
{
border-color: #449B70;
}
</style>