Shades of Kelly Green #46B328
Tints of Kelly Green #46B328
RGB
CMYK
RGB Variations
Color information
#46B328 (or 0x46B328) is known color: Kelly Green. HEX triplet: 46, B3 and 28. RGB value is (70,179,40). Sum of RGB (Red+Green+Blue) = 70+179+40=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #46B328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B328 is #B94CD7. Grayscale: #838383. Windows color (decimal): -12143832 or 2667334. OLE color: 2667334.
HSL color Cylindrical-coordinate representation of color #46B328: hue angle of 107.05º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46B328 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 179 | 40 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.30 |
| HSL | 107.05º | 0.63% | 0.43% | - |
| HSV(B) | 107.05º | 0.78% | 0.7% | - |
| XYZ | 19.03 | 33.7 | 7.51 | - |
| YUV | 130.56 | 76.89 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 179 | 40 | 0.61 | 0 | 0.78 | 0.30 | 107.05 | 0.63 | 0.43 |
| Hex | 46 | B3 | 28 | 3D | 0 | 4E | 1E | 6B | 3F | 2B |
| Octal | 106 | 263 | 50 | 75 | 0 | 116 | 36 | 153 | 77 | 53 |
| Binary | 1000110 | 10110011 | 101000 | 111101 | 0 | 1001110 | 11110 | 1101011 | 111111 | 101011 |
Color Harmonies of #46B328
Complementary color
Monochromatic Colors of #46B328
Black with #46B328
Text Example
Text Example
White with #46B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B328; }
p { color: rgb(70,179,40); }
H1.HeaderClassName
{
color: #46B328;
}
.AnyTagClassName
{
color: #46B328;
}
</style>
background-color css
<style>
a { background-color: #46B328; }
a { background-color: rgb(70,179,40); }
div.DivClassName
{
background-color: #46B328;
}
.BgClassName
{
background-color: #46B328;
}
</style>
border-color css
<style>
span { border-color: #46B328; }
span { border-color: rgb(70,179,40); }
td.TdClassName
{
border-color: #46B328;
}
.TagClassName
{
border-color: #46B328;
}
</style>