Shades of Kelly Green #49B321
Tints of Kelly Green #49B321
RGB
CMYK
RGB Variations
Color information
#49B321 (or 0x49B321) is known color: Kelly Green. HEX triplet: 49, B3 and 21. RGB value is (73,179,33). Sum of RGB (Red+Green+Blue) = 73+179+33=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 179 (70.31% from 255 or 62.81% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 179 - color contains mainly: green. Hex color #49B321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B321 is #B64CDE. Grayscale: #838383. Windows color (decimal): -11947231 or 2208585. OLE color: 2208585.
HSL color Cylindrical-coordinate representation of color #49B321: hue angle of 103.56º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49B321 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 33 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.30 |
| HSL | 103.56º | 0.69% | 0.42% | - |
| HSV(B) | 103.56º | 0.82% | 0.7% | - |
| XYZ | 19.14 | 33.77 | 6.95 | - |
| YUV | 130.66 | 72.88 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 33 | 0.59 | 0 | 0.82 | 0.30 | 103.56 | 0.69 | 0.42 |
| Hex | 49 | B3 | 21 | 3B | 0 | 52 | 1E | 68 | 45 | 2A |
| Octal | 111 | 263 | 41 | 73 | 0 | 122 | 36 | 150 | 105 | 52 |
| Binary | 1001001 | 10110011 | 100001 | 111011 | 0 | 1010010 | 11110 | 1101000 | 1000101 | 101010 |
Color Harmonies of #49B321
Complementary color
Monochromatic Colors of #49B321
Black with #49B321
Text Example
Text Example
White with #49B321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B321; }
p { color: rgb(73,179,33); }
H1.HeaderClassName
{
color: #49B321;
}
.AnyTagClassName
{
color: #49B321;
}
</style>
background-color css
<style>
a { background-color: #49B321; }
a { background-color: rgb(73,179,33); }
div.DivClassName
{
background-color: #49B321;
}
.BgClassName
{
background-color: #49B321;
}
</style>
border-color css
<style>
span { border-color: #49B321; }
span { border-color: rgb(73,179,33); }
td.TdClassName
{
border-color: #49B321;
}
.TagClassName
{
border-color: #49B321;
}
</style>