Shades of Shamrock #45C58A
Tints of Shamrock #45C58A
RGB
CMYK
RGB Variations
Color information
#45C58A (or 0x45C58A) is known color: Shamrock. HEX triplet: 45, C5 and 8A. RGB value is (69,197,138). Sum of RGB (Red+Green+Blue) = 69+197+138=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #45C58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C58A is #BA3A75. Grayscale: #989898. Windows color (decimal): -12204662 or 9094469. OLE color: 9094469.
HSL color Cylindrical-coordinate representation of color #45C58A: hue angle of 152.34º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C58A is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 197 | 138 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.23 |
| HSL | 152.34º | 0.52% | 0.52% | - |
| HSV(B) | 152.34º | 0.65% | 0.77% | - |
| XYZ | 27.01 | 43.03 | 30.93 | - |
| YUV | 152 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 197 | 138 | 0.65 | 0 | 0.30 | 0.23 | 152.34 | 0.52 | 0.52 |
| Hex | 45 | C5 | 8A | 41 | 0 | 1E | 17 | 98 | 34 | 34 |
| Octal | 105 | 305 | 212 | 101 | 0 | 36 | 27 | 230 | 64 | 64 |
| Binary | 1000101 | 11000101 | 10001010 | 1000001 | 0 | 11110 | 10111 | 10011000 | 110100 | 110100 |
Color Harmonies of #45C58A
Complementary color
Monochromatic Colors of #45C58A
Black with #45C58A
Text Example
Text Example
White with #45C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C58A; }
p { color: rgb(69,197,138); }
H1.HeaderClassName
{
color: #45C58A;
}
.AnyTagClassName
{
color: #45C58A;
}
</style>
background-color css
<style>
a { background-color: #45C58A; }
a { background-color: rgb(69,197,138); }
div.DivClassName
{
background-color: #45C58A;
}
.BgClassName
{
background-color: #45C58A;
}
</style>
border-color css
<style>
span { border-color: #45C58A; }
span { border-color: rgb(69,197,138); }
td.TdClassName
{
border-color: #45C58A;
}
.TagClassName
{
border-color: #45C58A;
}
</style>