Shades of Emerald #45C360
Tints of Emerald #45C360
RGB
CMYK
RGB Variations
Color information
#45C360 (or 0x45C360) is known color: Emerald. HEX triplet: 45, C3 and 60. RGB value is (69,195,96). Sum of RGB (Red+Green+Blue) = 69+195+96=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #45C360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C360 is #BA3C9F. Grayscale: #929292. Windows color (decimal): -12205216 or 6341445. OLE color: 6341445.
HSL color Cylindrical-coordinate representation of color #45C360: hue angle of 132.86º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C360 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 96 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.24 |
| HSL | 132.86º | 0.51% | 0.52% | - |
| HSV(B) | 132.86º | 0.65% | 0.76% | - |
| XYZ | 24.08 | 41.14 | 17.74 | - |
| YUV | 146.04 | 99.76 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 96 | 0.65 | 0 | 0.51 | 0.24 | 132.86 | 0.51 | 0.52 |
| Hex | 45 | C3 | 60 | 41 | 0 | 33 | 18 | 85 | 33 | 34 |
| Octal | 105 | 303 | 140 | 101 | 0 | 63 | 30 | 205 | 63 | 64 |
| Binary | 1000101 | 11000011 | 1100000 | 1000001 | 0 | 110011 | 11000 | 10000101 | 110011 | 110100 |
Color Harmonies of #45C360
Complementary color
Monochromatic Colors of #45C360
Black with #45C360
Text Example
Text Example
White with #45C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C360; }
p { color: rgb(69,195,96); }
H1.HeaderClassName
{
color: #45C360;
}
.AnyTagClassName
{
color: #45C360;
}
</style>
background-color css
<style>
a { background-color: #45C360; }
a { background-color: rgb(69,195,96); }
div.DivClassName
{
background-color: #45C360;
}
.BgClassName
{
background-color: #45C360;
}
</style>
border-color css
<style>
span { border-color: #45C360; }
span { border-color: rgb(69,195,96); }
td.TdClassName
{
border-color: #45C360;
}
.TagClassName
{
border-color: #45C360;
}
</style>