Shades of Harlequin #49F322
Tints of Harlequin #49F322
RGB
CMYK
RGB Variations
Color information
#49F322 (or 0x49F322) is known color: Harlequin. HEX triplet: 49, F3 and 22. RGB value is (73,243,34). Sum of RGB (Red+Green+Blue) = 73+243+34=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #49F322 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F322 is #B60CDD. Grayscale: #A9A9A9. Windows color (decimal): -11930846 or 2290505. OLE color: 2290505.
HSL color Cylindrical-coordinate representation of color #49F322: hue angle of 108.8º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49F322 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 34 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.05 |
| HSL | 108.8º | 0.9% | 0.54% | - |
| HSV(B) | 108.8º | 0.86% | 0.95% | - |
| XYZ | 35.09 | 65.63 | 12.33 | - |
| YUV | 168.34 | 52.18 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 34 | 0.70 | 0 | 0.86 | 0.05 | 108.8 | 0.9 | 0.54 |
| Hex | 49 | F3 | 22 | 46 | 0 | 56 | 5 | 6D | 5A | 36 |
| Octal | 111 | 363 | 42 | 106 | 0 | 126 | 5 | 155 | 132 | 66 |
| Binary | 1001001 | 11110011 | 100010 | 1000110 | 0 | 1010110 | 101 | 1101101 | 1011010 | 110110 |
Color Harmonies of #49F322
Complementary color
Monochromatic Colors of #49F322
Black with #49F322
Text Example
Text Example
White with #49F322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F322; }
p { color: rgb(73,243,34); }
H1.HeaderClassName
{
color: #49F322;
}
.AnyTagClassName
{
color: #49F322;
}
</style>
background-color css
<style>
a { background-color: #49F322; }
a { background-color: rgb(73,243,34); }
div.DivClassName
{
background-color: #49F322;
}
.BgClassName
{
background-color: #49F322;
}
</style>
border-color css
<style>
span { border-color: #49F322; }
span { border-color: rgb(73,243,34); }
td.TdClassName
{
border-color: #49F322;
}
.TagClassName
{
border-color: #49F322;
}
</style>