Shades of Kelly Green #49B726
Tints of Kelly Green #49B726
RGB
CMYK
RGB Variations
Color information
#49B726 (or 0x49B726) is known color: Kelly Green. HEX triplet: 49, B7 and 26. RGB value is (73,183,38). Sum of RGB (Red+Green+Blue) = 73+183+38=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 183 (71.88% from 255 or 62.24% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 183 - color contains mainly: green. Hex color #49B726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B726 is #B648D9. Grayscale: #868686. Windows color (decimal): -11946202 or 2537289. OLE color: 2537289.
HSL color Cylindrical-coordinate representation of color #49B726: hue angle of 105.52º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49B726 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 38 | - |
| CMYK | 0.60 | 0 | 0.79 | 0.28 |
| HSL | 105.52º | 0.66% | 0.43% | - |
| HSV(B) | 105.52º | 0.79% | 0.72% | - |
| XYZ | 20.03 | 35.42 | 7.62 | - |
| YUV | 133.58 | 74.06 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 38 | 0.60 | 0 | 0.79 | 0.28 | 105.52 | 0.66 | 0.43 |
| Hex | 49 | B7 | 26 | 3C | 0 | 4F | 1C | 6A | 42 | 2B |
| Octal | 111 | 267 | 46 | 74 | 0 | 117 | 34 | 152 | 102 | 53 |
| Binary | 1001001 | 10110111 | 100110 | 111100 | 0 | 1001111 | 11100 | 1101010 | 1000010 | 101011 |
Color Harmonies of #49B726
Complementary color
Monochromatic Colors of #49B726
Black with #49B726
Text Example
Text Example
White with #49B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B726; }
p { color: rgb(73,183,38); }
H1.HeaderClassName
{
color: #49B726;
}
.AnyTagClassName
{
color: #49B726;
}
</style>
background-color css
<style>
a { background-color: #49B726; }
a { background-color: rgb(73,183,38); }
div.DivClassName
{
background-color: #49B726;
}
.BgClassName
{
background-color: #49B726;
}
</style>
border-color css
<style>
span { border-color: #49B726; }
span { border-color: rgb(73,183,38); }
td.TdClassName
{
border-color: #49B726;
}
.TagClassName
{
border-color: #49B726;
}
</style>