Shades of Ocean Green #45A578
Tints of Ocean Green #45A578
RGB
CMYK
RGB Variations
Color information
#45A578 (or 0x45A578) is known color: Ocean Green. HEX triplet: 45, A5 and 78. RGB value is (69,165,120). Sum of RGB (Red+Green+Blue) = 69+165+120=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #45A578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A578 is #BA5A87. Grayscale: #838383. Windows color (decimal): -12212872 or 7906629. OLE color: 7906629.
HSL color Cylindrical-coordinate representation of color #45A578: hue angle of 151.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A578 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 165 | 120 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.35 |
| HSL | 151.88º | 0.41% | 0.46% | - |
| HSV(B) | 151.88º | 0.58% | 0.65% | - |
| XYZ | 19.3 | 29.53 | 22.45 | - |
| YUV | 131.17 | 121.7 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 165 | 120 | 0.58 | 0 | 0.27 | 0.35 | 151.88 | 0.41 | 0.46 |
| Hex | 45 | A5 | 78 | 3A | 0 | 1B | 23 | 98 | 29 | 2E |
| Octal | 105 | 245 | 170 | 72 | 0 | 33 | 43 | 230 | 51 | 56 |
| Binary | 1000101 | 10100101 | 1111000 | 111010 | 0 | 11011 | 100011 | 10011000 | 101001 | 101110 |
Color Harmonies of #45A578
Complementary color
Monochromatic Colors of #45A578
Black with #45A578
Text Example
Text Example
White with #45A578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A578; }
p { color: rgb(69,165,120); }
H1.HeaderClassName
{
color: #45A578;
}
.AnyTagClassName
{
color: #45A578;
}
</style>
background-color css
<style>
a { background-color: #45A578; }
a { background-color: rgb(69,165,120); }
div.DivClassName
{
background-color: #45A578;
}
.BgClassName
{
background-color: #45A578;
}
</style>
border-color css
<style>
span { border-color: #45A578; }
span { border-color: rgb(69,165,120); }
td.TdClassName
{
border-color: #45A578;
}
.TagClassName
{
border-color: #45A578;
}
</style>