Shades of Ocean Green #44A56A
Tints of Ocean Green #44A56A
RGB
CMYK
RGB Variations
Color information
#44A56A (or 0x44A56A) is known color: Ocean Green. HEX triplet: 44, A5 and 6A. RGB value is (68,165,106). Sum of RGB (Red+Green+Blue) = 68+165+106=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #44A56A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A56A is #BB5A95. Grayscale: #818181. Windows color (decimal): -12278422 or 6989124. OLE color: 6989124.
HSL color Cylindrical-coordinate representation of color #44A56A: hue angle of 143.51º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A56A is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 165 | 106 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.35 |
| HSL | 143.51º | 0.42% | 0.46% | - |
| HSV(B) | 143.51º | 0.59% | 0.65% | - |
| XYZ | 18.44 | 29.18 | 18.3 | - |
| YUV | 129.27 | 114.86 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 165 | 106 | 0.59 | 0 | 0.36 | 0.35 | 143.51 | 0.42 | 0.46 |
| Hex | 44 | A5 | 6A | 3B | 0 | 24 | 23 | 90 | 2A | 2E |
| Octal | 104 | 245 | 152 | 73 | 0 | 44 | 43 | 220 | 52 | 56 |
| Binary | 1000100 | 10100101 | 1101010 | 111011 | 0 | 100100 | 100011 | 10010000 | 101010 | 101110 |
Color Harmonies of #44A56A
Complementary color
Monochromatic Colors of #44A56A
Black with #44A56A
Text Example
Text Example
White with #44A56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A56A; }
p { color: rgb(68,165,106); }
H1.HeaderClassName
{
color: #44A56A;
}
.AnyTagClassName
{
color: #44A56A;
}
</style>
background-color css
<style>
a { background-color: #44A56A; }
a { background-color: rgb(68,165,106); }
div.DivClassName
{
background-color: #44A56A;
}
.BgClassName
{
background-color: #44A56A;
}
</style>
border-color css
<style>
span { border-color: #44A56A; }
span { border-color: rgb(68,165,106); }
td.TdClassName
{
border-color: #44A56A;
}
.TagClassName
{
border-color: #44A56A;
}
</style>