Shades of Kelly Green #49A623
Tints of Kelly Green #49A623
RGB
CMYK
RGB Variations
Color information
#49A623 (or 0x49A623) is known color: Kelly Green. HEX triplet: 49, A6 and 23. RGB value is (73,166,35). Sum of RGB (Red+Green+Blue) = 73+166+35=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #49A623 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A623 is #B659DC. Grayscale: #7B7B7B. Windows color (decimal): -11950557 or 2336329. OLE color: 2336329.
HSL color Cylindrical-coordinate representation of color #49A623: hue angle of 102.6º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49A623 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 166 | 35 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.35 |
| HSL | 102.6º | 0.65% | 0.39% | - |
| HSV(B) | 102.6º | 0.79% | 0.65% | - |
| XYZ | 16.69 | 28.81 | 6.27 | - |
| YUV | 123.26 | 78.19 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 35 | 0.56 | 0 | 0.79 | 0.35 | 102.6 | 0.65 | 0.39 |
| Hex | 49 | A6 | 23 | 38 | 0 | 4F | 23 | 67 | 41 | 27 |
| Octal | 111 | 246 | 43 | 70 | 0 | 117 | 43 | 147 | 101 | 47 |
| Binary | 1001001 | 10100110 | 100011 | 111000 | 0 | 1001111 | 100011 | 1100111 | 1000001 | 100111 |
Color Harmonies of #49A623
Complementary color
Monochromatic Colors of #49A623
Black with #49A623
Text Example
Text Example
White with #49A623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A623; }
p { color: rgb(73,166,35); }
H1.HeaderClassName
{
color: #49A623;
}
.AnyTagClassName
{
color: #49A623;
}
</style>
background-color css
<style>
a { background-color: #49A623; }
a { background-color: rgb(73,166,35); }
div.DivClassName
{
background-color: #49A623;
}
.BgClassName
{
background-color: #49A623;
}
</style>
border-color css
<style>
span { border-color: #49A623; }
span { border-color: rgb(73,166,35); }
td.TdClassName
{
border-color: #49A623;
}
.TagClassName
{
border-color: #49A623;
}
</style>