Shades of Kelly Green #49AA34
Tints of Kelly Green #49AA34
RGB
CMYK
RGB Variations
Color information
#49AA34 (or 0x49AA34) is known color: Kelly Green. HEX triplet: 49, AA and 34. RGB value is (73,170,52). Sum of RGB (Red+Green+Blue) = 73+170+52=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AA34 is #B655CB. Grayscale: #7F7F7F. Windows color (decimal): -11949516 or 3451465. OLE color: 3451465.
HSL color Cylindrical-coordinate representation of color #49AA34: hue angle of 109.32º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49AA34 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 52 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.33 |
| HSL | 109.32º | 0.53% | 0.44% | - |
| HSV(B) | 109.32º | 0.69% | 0.67% | - |
| XYZ | 17.74 | 30.41 | 8.18 | - |
| YUV | 127.55 | 85.36 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 52 | 0.57 | 0 | 0.69 | 0.33 | 109.32 | 0.53 | 0.44 |
| Hex | 49 | AA | 34 | 39 | 0 | 45 | 21 | 6D | 35 | 2C |
| Octal | 111 | 252 | 64 | 71 | 0 | 105 | 41 | 155 | 65 | 54 |
| Binary | 1001001 | 10101010 | 110100 | 111001 | 0 | 1000101 | 100001 | 1101101 | 110101 | 101100 |
Color Harmonies of #49AA34
Complementary color
Monochromatic Colors of #49AA34
Black with #49AA34
Text Example
Text Example
White with #49AA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA34; }
p { color: rgb(73,170,52); }
H1.HeaderClassName
{
color: #49AA34;
}
.AnyTagClassName
{
color: #49AA34;
}
</style>
background-color css
<style>
a { background-color: #49AA34; }
a { background-color: rgb(73,170,52); }
div.DivClassName
{
background-color: #49AA34;
}
.BgClassName
{
background-color: #49AA34;
}
</style>
border-color css
<style>
span { border-color: #49AA34; }
span { border-color: rgb(73,170,52); }
td.TdClassName
{
border-color: #49AA34;
}
.TagClassName
{
border-color: #49AA34;
}
</style>