Shades of Kelly Green #46A728
Tints of Kelly Green #46A728
RGB
CMYK
RGB Variations
Color information
#46A728 (or 0x46A728) is known color: Kelly Green. HEX triplet: 46, A7 and 28. RGB value is (70,167,40). Sum of RGB (Red+Green+Blue) = 70+167+40=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 167 (65.62% from 255 or 60.29% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 167 - color contains mainly: green. Hex color #46A728 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A728 is #B958D7. Grayscale: #7B7B7B. Windows color (decimal): -12146904 or 2664262. OLE color: 2664262.
HSL color Cylindrical-coordinate representation of color #46A728: hue angle of 105.83º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46A728 is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 167 | 40 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.35 |
| HSL | 105.83º | 0.61% | 0.41% | - |
| HSV(B) | 105.83º | 0.76% | 0.65% | - |
| XYZ | 16.73 | 29.09 | 6.74 | - |
| YUV | 123.52 | 80.86 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 167 | 40 | 0.58 | 0 | 0.76 | 0.35 | 105.83 | 0.61 | 0.41 |
| Hex | 46 | A7 | 28 | 3A | 0 | 4C | 23 | 6A | 3D | 29 |
| Octal | 106 | 247 | 50 | 72 | 0 | 114 | 43 | 152 | 75 | 51 |
| Binary | 1000110 | 10100111 | 101000 | 111010 | 0 | 1001100 | 100011 | 1101010 | 111101 | 101001 |
Color Harmonies of #46A728
Complementary color
Monochromatic Colors of #46A728
Black with #46A728
Text Example
Text Example
White with #46A728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A728; }
p { color: rgb(70,167,40); }
H1.HeaderClassName
{
color: #46A728;
}
.AnyTagClassName
{
color: #46A728;
}
</style>
background-color css
<style>
a { background-color: #46A728; }
a { background-color: rgb(70,167,40); }
div.DivClassName
{
background-color: #46A728;
}
.BgClassName
{
background-color: #46A728;
}
</style>
border-color css
<style>
span { border-color: #46A728; }
span { border-color: rgb(70,167,40); }
td.TdClassName
{
border-color: #46A728;
}
.TagClassName
{
border-color: #46A728;
}
</style>