Shades of Kelly Green #49B728
Tints of Kelly Green #49B728
RGB
CMYK
RGB Variations
Color information
#49B728 (or 0x49B728) is known color: Kelly Green. HEX triplet: 49, B7 and 28. RGB value is (73,183,40). Sum of RGB (Red+Green+Blue) = 73+183+40=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #49B728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B728 is #B648D7. Grayscale: #868686. Windows color (decimal): -11946200 or 2668361. OLE color: 2668361.
HSL color Cylindrical-coordinate representation of color #49B728: hue angle of 106.15º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49B728 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 73 | 183 | 40 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.28 |
| HSL | 106.15º | 0.64% | 0.44% | - |
| HSV(B) | 106.15º | 0.78% | 0.72% | - |
| XYZ | 20.06 | 35.44 | 7.79 | - |
| YUV | 133.81 | 75.06 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 183 | 40 | 0.60 | 0 | 0.78 | 0.28 | 106.15 | 0.64 | 0.44 |
| Hex | 49 | B7 | 28 | 3C | 0 | 4E | 1C | 6A | 40 | 2C |
| Octal | 111 | 267 | 50 | 74 | 0 | 116 | 34 | 152 | 100 | 54 |
| Binary | 1001001 | 10110111 | 101000 | 111100 | 0 | 1001110 | 11100 | 1101010 | 1000000 | 101100 |
Color Harmonies of #49B728
Complementary color
Monochromatic Colors of #49B728
Black with #49B728
Text Example
Text Example
White with #49B728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B728; }
p { color: rgb(73,183,40); }
H1.HeaderClassName
{
color: #49B728;
}
.AnyTagClassName
{
color: #49B728;
}
</style>
background-color css
<style>
a { background-color: #49B728; }
a { background-color: rgb(73,183,40); }
div.DivClassName
{
background-color: #49B728;
}
.BgClassName
{
background-color: #49B728;
}
</style>
border-color css
<style>
span { border-color: #49B728; }
span { border-color: rgb(73,183,40); }
td.TdClassName
{
border-color: #49B728;
}
.TagClassName
{
border-color: #49B728;
}
</style>