Shades of Emerald #41C584
Tints of Emerald #41C584
RGB
CMYK
RGB Variations
Color information
#41C584 (or 0x41C584) is known color: Emerald. HEX triplet: 41, C5 and 84. RGB value is (65,197,132). Sum of RGB (Red+Green+Blue) = 65+197+132=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #41C584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C584 is #BE3A7B. Grayscale: #969696. Windows color (decimal): -12466812 or 8701249. OLE color: 8701249.
HSL color Cylindrical-coordinate representation of color #41C584: hue angle of 150.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C584 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 132 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.23 |
| HSL | 150.45º | 0.53% | 0.51% | - |
| HSV(B) | 150.45º | 0.67% | 0.77% | - |
| XYZ | 26.31 | 42.72 | 28.69 | - |
| YUV | 150.12 | 117.77 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 132 | 0.67 | 0 | 0.33 | 0.23 | 150.45 | 0.53 | 0.51 |
| Hex | 41 | C5 | 84 | 43 | 0 | 21 | 17 | 96 | 35 | 33 |
| Octal | 101 | 305 | 204 | 103 | 0 | 41 | 27 | 226 | 65 | 63 |
| Binary | 1000001 | 11000101 | 10000100 | 1000011 | 0 | 100001 | 10111 | 10010110 | 110101 | 110011 |
Color Harmonies of #41C584
Complementary color
Monochromatic Colors of #41C584
Black with #41C584
Text Example
Text Example
White with #41C584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C584; }
p { color: rgb(65,197,132); }
H1.HeaderClassName
{
color: #41C584;
}
.AnyTagClassName
{
color: #41C584;
}
</style>
background-color css
<style>
a { background-color: #41C584; }
a { background-color: rgb(65,197,132); }
div.DivClassName
{
background-color: #41C584;
}
.BgClassName
{
background-color: #41C584;
}
</style>
border-color css
<style>
span { border-color: #41C584; }
span { border-color: rgb(65,197,132); }
td.TdClassName
{
border-color: #41C584;
}
.TagClassName
{
border-color: #41C584;
}
</style>