Shades of Ocean Green #449C75
Tints of Ocean Green #449C75
RGB
CMYK
RGB Variations
Color information
#449C75 (or 0x449C75) is known color: Ocean Green. HEX triplet: 44, 9C and 75. RGB value is (68,156,117). Sum of RGB (Red+Green+Blue) = 68+156+117=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #449C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C75 is #BB638A. Grayscale: #7D7D7D. Windows color (decimal): -12280715 or 7707716. OLE color: 7707716.
HSL color Cylindrical-coordinate representation of color #449C75: hue angle of 153.41º 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 #449C75 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 117 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.39 |
| HSL | 153.41º | 0.39% | 0.44% | - |
| HSV(B) | 153.41º | 0.56% | 0.61% | - |
| XYZ | 17.48 | 26.29 | 20.98 | - |
| YUV | 125.24 | 123.35 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 117 | 0.56 | 0 | 0.25 | 0.39 | 153.41 | 0.39 | 0.44 |
| Hex | 44 | 9C | 75 | 38 | 0 | 19 | 27 | 99 | 27 | 2C |
| Octal | 104 | 234 | 165 | 70 | 0 | 31 | 47 | 231 | 47 | 54 |
| Binary | 1000100 | 10011100 | 1110101 | 111000 | 0 | 11001 | 100111 | 10011001 | 100111 | 101100 |
Color Harmonies of #449C75
Complementary color
Monochromatic Colors of #449C75
Black with #449C75
Text Example
Text Example
White with #449C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C75; }
p { color: rgb(68,156,117); }
H1.HeaderClassName
{
color: #449C75;
}
.AnyTagClassName
{
color: #449C75;
}
</style>
background-color css
<style>
a { background-color: #449C75; }
a { background-color: rgb(68,156,117); }
div.DivClassName
{
background-color: #449C75;
}
.BgClassName
{
background-color: #449C75;
}
</style>
border-color css
<style>
span { border-color: #449C75; }
span { border-color: rgb(68,156,117); }
td.TdClassName
{
border-color: #449C75;
}
.TagClassName
{
border-color: #449C75;
}
</style>