Shades of Ocean Green #45956D
Tints of Ocean Green #45956D
RGB
CMYK
RGB Variations
Color information
#45956D (or 0x45956D) is known color: Ocean Green. HEX triplet: 45, 95 and 6D. RGB value is (69,149,109). Sum of RGB (Red+Green+Blue) = 69+149+109=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #45956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45956D is #BA6A92. Grayscale: #787878. Windows color (decimal): -12216979 or 7181637. OLE color: 7181637.
HSL color Cylindrical-coordinate representation of color #45956D: hue angle of 150º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45956D is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 149 | 109 | - |
| CMYK | 0.54 | 0 | 0.27 | 0.42 |
| HSL | 150º | 0.37% | 0.43% | - |
| HSV(B) | 150º | 0.54% | 0.58% | - |
| XYZ | 15.96 | 23.86 | 18.23 | - |
| YUV | 120.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 109 | 0.54 | 0 | 0.27 | 0.42 | 150 | 0.37 | 0.43 |
| Hex | 45 | 95 | 6D | 36 | 0 | 1B | 2A | 96 | 25 | 2B |
| Octal | 105 | 225 | 155 | 66 | 0 | 33 | 52 | 226 | 45 | 53 |
| Binary | 1000101 | 10010101 | 1101101 | 110110 | 0 | 11011 | 101010 | 10010110 | 100101 | 101011 |
Color Harmonies of #45956D
Complementary color
Monochromatic Colors of #45956D
Black with #45956D
Text Example
Text Example
White with #45956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45956D; }
p { color: rgb(69,149,109); }
H1.HeaderClassName
{
color: #45956D;
}
.AnyTagClassName
{
color: #45956D;
}
</style>
background-color css
<style>
a { background-color: #45956D; }
a { background-color: rgb(69,149,109); }
div.DivClassName
{
background-color: #45956D;
}
.BgClassName
{
background-color: #45956D;
}
</style>
border-color css
<style>
span { border-color: #45956D; }
span { border-color: rgb(69,149,109); }
td.TdClassName
{
border-color: #45956D;
}
.TagClassName
{
border-color: #45956D;
}
</style>