Shades of Kelly Green #3BA306
Tints of Kelly Green #3BA306
RGB
CMYK
RGB Variations
Color information
#3BA306 (or 0x3BA306) is known color: Kelly Green. HEX triplet: 3B, A3 and 06. RGB value is (59,163,6). Sum of RGB (Red+Green+Blue) = 59+163+6=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 163 (64.06% from 255 or 71.49% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA306 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA306 is #C45CF9. Grayscale: #727272. Windows color (decimal): -12868858 or 435003. OLE color: 435003.
HSL color Cylindrical-coordinate representation of color #3BA306: hue angle of 99.75º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3BA306 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 6 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.36 |
| HSL | 99.75º | 0.93% | 0.33% | - |
| HSV(B) | 99.75º | 0.96% | 0.64% | - |
| XYZ | 14.93 | 27.14 | 4.62 | - |
| YUV | 114.01 | 67.04 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 6 | 0.64 | 0 | 0.96 | 0.36 | 99.75 | 0.93 | 0.33 |
| Hex | 3B | A3 | 6 | 40 | 0 | 60 | 24 | 64 | 5D | 21 |
| Octal | 73 | 243 | 6 | 100 | 0 | 140 | 44 | 144 | 135 | 41 |
| Binary | 111011 | 10100011 | 110 | 1000000 | 0 | 1100000 | 100100 | 1100100 | 1011101 | 100001 |
Color Harmonies of #3BA306
Complementary color
Monochromatic Colors of #3BA306
Black with #3BA306
Text Example
Text Example
White with #3BA306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA306; }
p { color: rgb(59,163,6); }
H1.HeaderClassName
{
color: #3BA306;
}
.AnyTagClassName
{
color: #3BA306;
}
</style>
background-color css
<style>
a { background-color: #3BA306; }
a { background-color: rgb(59,163,6); }
div.DivClassName
{
background-color: #3BA306;
}
.BgClassName
{
background-color: #3BA306;
}
</style>
border-color css
<style>
span { border-color: #3BA306; }
span { border-color: rgb(59,163,6); }
td.TdClassName
{
border-color: #3BA306;
}
.TagClassName
{
border-color: #3BA306;
}
</style>