Shades of Ocean Green #449B71
Tints of Ocean Green #449B71
RGB
CMYK
RGB Variations
Color information
#449B71 (or 0x449B71) is known color: Ocean Green. HEX triplet: 44, 9B and 71. RGB value is (68,155,113). Sum of RGB (Red+Green+Blue) = 68+155+113=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #449B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B71 is #BB648E. Grayscale: #7C7C7C. Windows color (decimal): -12280975 or 7445316. OLE color: 7445316.
HSL color Cylindrical-coordinate representation of color #449B71: hue angle of 151.03º 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 #449B71 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 113 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.39 |
| HSL | 151.03º | 0.39% | 0.44% | - |
| HSV(B) | 151.03º | 0.56% | 0.61% | - |
| XYZ | 17.09 | 25.86 | 19.71 | - |
| YUV | 124.2 | 121.68 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 113 | 0.56 | 0 | 0.27 | 0.39 | 151.03 | 0.39 | 0.44 |
| Hex | 44 | 9B | 71 | 38 | 0 | 1B | 27 | 97 | 27 | 2C |
| Octal | 104 | 233 | 161 | 70 | 0 | 33 | 47 | 227 | 47 | 54 |
| Binary | 1000100 | 10011011 | 1110001 | 111000 | 0 | 11011 | 100111 | 10010111 | 100111 | 101100 |
Color Harmonies of #449B71
Complementary color
Monochromatic Colors of #449B71
Black with #449B71
Text Example
Text Example
White with #449B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B71; }
p { color: rgb(68,155,113); }
H1.HeaderClassName
{
color: #449B71;
}
.AnyTagClassName
{
color: #449B71;
}
</style>
background-color css
<style>
a { background-color: #449B71; }
a { background-color: rgb(68,155,113); }
div.DivClassName
{
background-color: #449B71;
}
.BgClassName
{
background-color: #449B71;
}
</style>
border-color css
<style>
span { border-color: #449B71; }
span { border-color: rgb(68,155,113); }
td.TdClassName
{
border-color: #449B71;
}
.TagClassName
{
border-color: #449B71;
}
</style>