Shades of Ocean Green #449C74
Tints of Ocean Green #449C74
RGB
CMYK
RGB Variations
Color information
#449C74 (or 0x449C74) is known color: Ocean Green. HEX triplet: 44, 9C and 74. RGB value is (68,156,116). Sum of RGB (Red+Green+Blue) = 68+156+116=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #449C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C74 is #BB638B. Grayscale: #7D7D7D. Windows color (decimal): -12280716 or 7642180. OLE color: 7642180.
HSL color Cylindrical-coordinate representation of color #449C74: hue angle of 152.73º 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 #449C74 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 116 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.39 |
| HSL | 152.73º | 0.39% | 0.44% | - |
| HSV(B) | 152.73º | 0.56% | 0.61% | - |
| XYZ | 17.42 | 26.27 | 20.67 | - |
| YUV | 125.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 116 | 0.56 | 0 | 0.26 | 0.39 | 152.73 | 0.39 | 0.44 |
| Hex | 44 | 9C | 74 | 38 | 0 | 1A | 27 | 99 | 27 | 2C |
| Octal | 104 | 234 | 164 | 70 | 0 | 32 | 47 | 231 | 47 | 54 |
| Binary | 1000100 | 10011100 | 1110100 | 111000 | 0 | 11010 | 100111 | 10011001 | 100111 | 101100 |
Color Harmonies of #449C74
Complementary color
Monochromatic Colors of #449C74
Black with #449C74
Text Example
Text Example
White with #449C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C74; }
p { color: rgb(68,156,116); }
H1.HeaderClassName
{
color: #449C74;
}
.AnyTagClassName
{
color: #449C74;
}
</style>
background-color css
<style>
a { background-color: #449C74; }
a { background-color: rgb(68,156,116); }
div.DivClassName
{
background-color: #449C74;
}
.BgClassName
{
background-color: #449C74;
}
</style>
border-color css
<style>
span { border-color: #449C74; }
span { border-color: rgb(68,156,116); }
td.TdClassName
{
border-color: #449C74;
}
.TagClassName
{
border-color: #449C74;
}
</style>