Shades of Shamrock #45C68B
Tints of Shamrock #45C68B
RGB
CMYK
RGB Variations
Color information
#45C68B (or 0x45C68B) is known color: Shamrock. HEX triplet: 45, C6 and 8B. RGB value is (69,198,139). Sum of RGB (Red+Green+Blue) = 69+198+139=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #45C68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C68B is #BA3974. Grayscale: #989898. Windows color (decimal): -12204405 or 9160261. OLE color: 9160261.
HSL color Cylindrical-coordinate representation of color #45C68B: hue angle of 152.56º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C68B is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 198 | 139 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.22 |
| HSL | 152.56º | 0.53% | 0.52% | - |
| HSV(B) | 152.56º | 0.65% | 0.78% | - |
| XYZ | 27.31 | 43.52 | 31.39 | - |
| YUV | 152.7 | 120.26 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 139 | 0.65 | 0 | 0.30 | 0.22 | 152.56 | 0.53 | 0.52 |
| Hex | 45 | C6 | 8B | 41 | 0 | 1E | 16 | 99 | 35 | 34 |
| Octal | 105 | 306 | 213 | 101 | 0 | 36 | 26 | 231 | 65 | 64 |
| Binary | 1000101 | 11000110 | 10001011 | 1000001 | 0 | 11110 | 10110 | 10011001 | 110101 | 110100 |
Color Harmonies of #45C68B
Complementary color
Monochromatic Colors of #45C68B
Black with #45C68B
Text Example
Text Example
White with #45C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C68B; }
p { color: rgb(69,198,139); }
H1.HeaderClassName
{
color: #45C68B;
}
.AnyTagClassName
{
color: #45C68B;
}
</style>
background-color css
<style>
a { background-color: #45C68B; }
a { background-color: rgb(69,198,139); }
div.DivClassName
{
background-color: #45C68B;
}
.BgClassName
{
background-color: #45C68B;
}
</style>
border-color css
<style>
span { border-color: #45C68B; }
span { border-color: rgb(69,198,139); }
td.TdClassName
{
border-color: #45C68B;
}
.TagClassName
{
border-color: #45C68B;
}
</style>