Shades of Emerald #45C382
Tints of Emerald #45C382
RGB
CMYK
RGB Variations
Color information
#45C382 (or 0x45C382) is known color: Emerald. HEX triplet: 45, C3 and 82. RGB value is (69,195,130). Sum of RGB (Red+Green+Blue) = 69+195+130=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #45C382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C382 is #BA3C7D. Grayscale: #969696. Windows color (decimal): -12205182 or 8569669. OLE color: 8569669.
HSL color Cylindrical-coordinate representation of color #45C382: hue angle of 149.05º 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 #45C382 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 130 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.24 |
| HSL | 149.05º | 0.51% | 0.52% | - |
| HSV(B) | 149.05º | 0.65% | 0.76% | - |
| XYZ | 26 | 41.91 | 27.84 | - |
| YUV | 149.92 | 116.76 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 130 | 0.65 | 0 | 0.33 | 0.24 | 149.05 | 0.51 | 0.52 |
| Hex | 45 | C3 | 82 | 41 | 0 | 21 | 18 | 95 | 33 | 34 |
| Octal | 105 | 303 | 202 | 101 | 0 | 41 | 30 | 225 | 63 | 64 |
| Binary | 1000101 | 11000011 | 10000010 | 1000001 | 0 | 100001 | 11000 | 10010101 | 110011 | 110100 |
Color Harmonies of #45C382
Complementary color
Monochromatic Colors of #45C382
Black with #45C382
Text Example
Text Example
White with #45C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C382; }
p { color: rgb(69,195,130); }
H1.HeaderClassName
{
color: #45C382;
}
.AnyTagClassName
{
color: #45C382;
}
</style>
background-color css
<style>
a { background-color: #45C382; }
a { background-color: rgb(69,195,130); }
div.DivClassName
{
background-color: #45C382;
}
.BgClassName
{
background-color: #45C382;
}
</style>
border-color css
<style>
span { border-color: #45C382; }
span { border-color: rgb(69,195,130); }
td.TdClassName
{
border-color: #45C382;
}
.TagClassName
{
border-color: #45C382;
}
</style>