Shades of Ocean Green #449D6C
Tints of Ocean Green #449D6C
RGB
CMYK
RGB Variations
Color information
#449D6C (or 0x449D6C) is known color: Ocean Green. HEX triplet: 44, 9D and 6C. RGB value is (68,157,108). Sum of RGB (Red+Green+Blue) = 68+157+108=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #449D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449D6C is #BB6293. Grayscale: #7C7C7C. Windows color (decimal): -12280468 or 7118148. OLE color: 7118148.
HSL color Cylindrical-coordinate representation of color #449D6C: hue angle of 146.97º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449D6C is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 157 | 108 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.38 |
| HSL | 146.97º | 0.4% | 0.44% | - |
| HSV(B) | 146.97º | 0.57% | 0.62% | - |
| XYZ | 17.15 | 26.43 | 18.38 | - |
| YUV | 124.8 | 118.51 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 108 | 0.57 | 0 | 0.31 | 0.38 | 146.97 | 0.4 | 0.44 |
| Hex | 44 | 9D | 6C | 39 | 0 | 1F | 26 | 93 | 28 | 2C |
| Octal | 104 | 235 | 154 | 71 | 0 | 37 | 46 | 223 | 50 | 54 |
| Binary | 1000100 | 10011101 | 1101100 | 111001 | 0 | 11111 | 100110 | 10010011 | 101000 | 101100 |
Color Harmonies of #449D6C
Complementary color
Monochromatic Colors of #449D6C
Black with #449D6C
Text Example
Text Example
White with #449D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449D6C; }
p { color: rgb(68,157,108); }
H1.HeaderClassName
{
color: #449D6C;
}
.AnyTagClassName
{
color: #449D6C;
}
</style>
background-color css
<style>
a { background-color: #449D6C; }
a { background-color: rgb(68,157,108); }
div.DivClassName
{
background-color: #449D6C;
}
.BgClassName
{
background-color: #449D6C;
}
</style>
border-color css
<style>
span { border-color: #449D6C; }
span { border-color: rgb(68,157,108); }
td.TdClassName
{
border-color: #449D6C;
}
.TagClassName
{
border-color: #449D6C;
}
</style>