Shades of Kelly Green #41B328
Tints of Kelly Green #41B328
RGB
CMYK
RGB Variations
Color information
#41B328 (or 0x41B328) is known color: Kelly Green. HEX triplet: 41, B3 and 28. RGB value is (65,179,40). Sum of RGB (Red+Green+Blue) = 65+179+40=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #41B328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B328 is #BE4CD7. Grayscale: #818181. Windows color (decimal): -12471512 or 2667329. OLE color: 2667329.
HSL color Cylindrical-coordinate representation of color #41B328: hue angle of 109.21º 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 #41B328 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 179 | 40 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.30 |
| HSL | 109.21º | 0.63% | 0.43% | - |
| HSV(B) | 109.21º | 0.78% | 0.7% | - |
| XYZ | 18.68 | 33.52 | 7.49 | - |
| YUV | 129.07 | 77.73 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 179 | 40 | 0.64 | 0 | 0.78 | 0.30 | 109.21 | 0.63 | 0.43 |
| Hex | 41 | B3 | 28 | 40 | 0 | 4E | 1E | 6D | 3F | 2B |
| Octal | 101 | 263 | 50 | 100 | 0 | 116 | 36 | 155 | 77 | 53 |
| Binary | 1000001 | 10110011 | 101000 | 1000000 | 0 | 1001110 | 11110 | 1101101 | 111111 | 101011 |
Color Harmonies of #41B328
Complementary color
Monochromatic Colors of #41B328
Black with #41B328
Text Example
Text Example
White with #41B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B328; }
p { color: rgb(65,179,40); }
H1.HeaderClassName
{
color: #41B328;
}
.AnyTagClassName
{
color: #41B328;
}
</style>
background-color css
<style>
a { background-color: #41B328; }
a { background-color: rgb(65,179,40); }
div.DivClassName
{
background-color: #41B328;
}
.BgClassName
{
background-color: #41B328;
}
</style>
border-color css
<style>
span { border-color: #41B328; }
span { border-color: rgb(65,179,40); }
td.TdClassName
{
border-color: #41B328;
}
.TagClassName
{
border-color: #41B328;
}
</style>