Shades of Kelly Green #3BA413
Tints of Kelly Green #3BA413
RGB
CMYK
RGB Variations
Color information
#3BA413 (or 0x3BA413) is known color: Kelly Green. HEX triplet: 3B, A4 and 13. RGB value is (59,164,19). Sum of RGB (Red+Green+Blue) = 59+164+19=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 164 (64.45% from 255 or 67.77% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA413 is #C45BEC. Grayscale: #747474. Windows color (decimal): -12868589 or 1287227. OLE color: 1287227.
HSL color Cylindrical-coordinate representation of color #3BA413: hue angle of 103.45º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3BA413 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 19 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.36 |
| HSL | 103.45º | 0.79% | 0.36% | - |
| HSV(B) | 103.45º | 0.88% | 0.64% | - |
| XYZ | 15.2 | 27.53 | 5.13 | - |
| YUV | 116.08 | 73.21 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 19 | 0.64 | 0 | 0.88 | 0.36 | 103.45 | 0.79 | 0.36 |
| Hex | 3B | A4 | 13 | 40 | 0 | 58 | 24 | 67 | 4F | 24 |
| Octal | 73 | 244 | 23 | 100 | 0 | 130 | 44 | 147 | 117 | 44 |
| Binary | 111011 | 10100100 | 10011 | 1000000 | 0 | 1011000 | 100100 | 1100111 | 1001111 | 100100 |
Color Harmonies of #3BA413
Complementary color
Monochromatic Colors of #3BA413
Black with #3BA413
Text Example
Text Example
White with #3BA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA413; }
p { color: rgb(59,164,19); }
H1.HeaderClassName
{
color: #3BA413;
}
.AnyTagClassName
{
color: #3BA413;
}
</style>
background-color css
<style>
a { background-color: #3BA413; }
a { background-color: rgb(59,164,19); }
div.DivClassName
{
background-color: #3BA413;
}
.BgClassName
{
background-color: #3BA413;
}
</style>
border-color css
<style>
span { border-color: #3BA413; }
span { border-color: rgb(59,164,19); }
td.TdClassName
{
border-color: #3BA413;
}
.TagClassName
{
border-color: #3BA413;
}
</style>