Shades of Kelly Green #3CA319
Tints of Kelly Green #3CA319
RGB
CMYK
RGB Variations
Color information
#3CA319 (or 0x3CA319) is known color: Kelly Green. HEX triplet: 3C, A3 and 19. RGB value is (60,163,25). Sum of RGB (Red+Green+Blue) = 60+163+25=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 163 (64.06% from 255 or 65.73% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA319 is #C35CE6. Grayscale: #747474. Windows color (decimal): -12803303 or 1680188. OLE color: 1680188.
HSL color Cylindrical-coordinate representation of color #3CA319: hue angle of 104.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CA319 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 163 | 25 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.36 |
| HSL | 104.78º | 0.73% | 0.37% | - |
| HSV(B) | 104.78º | 0.85% | 0.64% | - |
| XYZ | 15.14 | 27.23 | 5.38 | - |
| YUV | 116.47 | 76.38 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 163 | 25 | 0.63 | 0 | 0.85 | 0.36 | 104.78 | 0.73 | 0.37 |
| Hex | 3C | A3 | 19 | 3F | 0 | 55 | 24 | 69 | 49 | 25 |
| Octal | 74 | 243 | 31 | 77 | 0 | 125 | 44 | 151 | 111 | 45 |
| Binary | 111100 | 10100011 | 11001 | 111111 | 0 | 1010101 | 100100 | 1101001 | 1001001 | 100101 |
Color Harmonies of #3CA319
Complementary color
Monochromatic Colors of #3CA319
Black with #3CA319
Text Example
Text Example
White with #3CA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA319; }
p { color: rgb(60,163,25); }
H1.HeaderClassName
{
color: #3CA319;
}
.AnyTagClassName
{
color: #3CA319;
}
</style>
background-color css
<style>
a { background-color: #3CA319; }
a { background-color: rgb(60,163,25); }
div.DivClassName
{
background-color: #3CA319;
}
.BgClassName
{
background-color: #3CA319;
}
</style>
border-color css
<style>
span { border-color: #3CA319; }
span { border-color: rgb(60,163,25); }
td.TdClassName
{
border-color: #3CA319;
}
.TagClassName
{
border-color: #3CA319;
}
</style>